Html Css Color HEX #8CBFCE Seagull

📋 copy color: '#8CBFCE'

red 140 ◦ green 191 ◦ blue 206

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

Shades of Seagull #8CBFCE

Tints of Seagull #8CBFCE

RGB

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

 GREEN value IS 191 (75% from 255) = 35.57%

 BLUE value IS 206 (80.86% from 255) = 38.36%

R = 26.07%
G = 35.57%
B = 38.36%

CMYK

 C value IS 0.32

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8CBFCE (or 0x8CBFCE) is known color: Seagull. HEX triplet: 8C, BF and CE. RGB value is (140,191,206). Sum of RGB (Red+Green+Blue) = 140+191+206=537 (71% of max value = 765). Red value is 140 (55.08% from 255 or 26.07% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 206 - color contains mainly: blue. Hex color #8CBFCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBFCE is #734031. Grayscale: #B1B1B1. Windows color (decimal): -7553074 or 13549452. OLE color: 13549452.

HSL color Cylindrical-coordinate representation of color #8CBFCE: hue angle of 193.64º degrees, saturation: 0.4, 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 #8CBFCE is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 140 191 206 -
CMYK 0.32 0.07 0 0.19
HSL 193.64º 0.4% 0.68% -
HSV(B) 193.64º 0.32% 0.81% -
XYZ 40.59 47.29 65.38 -
YUV 177.46 144.1 101.28 -
System Red Green Blue C M Y K H S L
Decimal 140 191 206 0.32 0.07 0 0.19 193.64 0.4 0.68
Hex 8C BF CE 20 7 0 13 C2 28 44
Octal 214 277 316 40 7 0 23 302 50 104
Binary 10001100 10111111 11001110 100000 111 0 10011 11000010 101000 1000100

Color Harmonies of #8CBFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBFCE

Black with #8CBFCE

Text Example


Text Example

White with #8CBFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,191,206); }

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

background-color css

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

 a { background-color: rgb(140,191,206); }

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

border-color css

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

 span { border-color: rgb(140,191,206); }

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