Html Css Color HEX #8CBECF Seagull

📋 copy color: '#8CBECF'

red 140 ◦ green 190 ◦ blue 207

#8CBECF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seagull #8CBECF

Tints of Seagull #8CBECF

RGB

 RED value IS 140 (55.08% from 255) = 26.07%

 GREEN value IS 190 (74.61% from 255) = 35.38%

 BLUE value IS 207 (81.25% from 255) = 38.55%

R = 26.07%
G = 35.38%
B = 38.55%

CMYK

 C value IS 0.32

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8CBECF (or 0x8CBECF) is known color: Seagull. HEX triplet: 8C, BE and CF. RGB value is (140,190,207). Sum of RGB (Red+Green+Blue) = 140+190+207=537 (71% of max value = 765). Red value is 140 (55.08% from 255 or 26.07% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 207 (81.25% from 255 or 38.55% from 537); Max value from RGB is 207 - color contains mainly: blue. Hex color #8CBECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBECF is #734130. Grayscale: #B0B0B0. Windows color (decimal): -7553329 or 13614732. OLE color: 13614732.

HSL color Cylindrical-coordinate representation of color #8CBECF: hue angle of 195.22º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CBECF is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 140 190 207 -
CMYK 0.32 0.08 0 0.19
HSL 195.22º 0.41% 0.68% -
HSV(B) 195.22º 0.32% 0.81% -
XYZ 40.49 46.91 65.95 -
YUV 176.99 144.94 101.62 -
System Red Green Blue C M Y K H S L
Decimal 140 190 207 0.32 0.08 0 0.19 195.22 0.41 0.68
Hex 8C BE CF 20 8 0 13 C3 29 44
Octal 214 276 317 40 10 0 23 303 51 104
Binary 10001100 10111110 11001111 100000 1000 0 10011 11000011 101001 1000100

Color Harmonies of #8CBECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBECF

Black with #8CBECF

Text Example


Text Example

White with #8CBECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CBECF; }

 p { color: rgb(140,190,207); }

 H1.HeaderClassName
 {
   color: #8CBECF;
 }
 .AnyTagClassName
 {
   color: #8CBECF;
 }
</style>

background-color css

<style>
 a { background-color: #8CBECF; }

 a { background-color: rgb(140,190,207); }

 div.DivClassName
 {
   background-color: #8CBECF;
 }
 .BgClassName
 {
   background-color: #8CBECF;
 }
</style>

border-color css

<style>
 span { border-color: #8CBECF; }

 span { border-color: rgb(140,190,207); }

 td.TdClassName
 {
   border-color: #8CBECF;
 }
 .TagClassName
 {
   border-color: #8CBECF;
 }
</style>