Html Css Color HEX #8CBBC8 Seagull

📋 copy color: '#8CBBC8'

red 140 ◦ green 187 ◦ blue 200

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

Shades of Seagull #8CBBC8

Tints of Seagull #8CBBC8

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.48%

 BLUE value IS 200 (78.52% from 255) = 37.95%

R = 26.57%
G = 35.48%
B = 37.95%

CMYK

 C value IS 0.3

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8CBBC8 (or 0x8CBBC8) is known color: Seagull. HEX triplet: 8C, BB and C8. RGB value is (140,187,200). Sum of RGB (Red+Green+Blue) = 140+187+200=527 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.57% from 527); Green value is 187 (73.44% from 255 or 35.48% from 527); Blue value is 200 (78.52% from 255 or 37.95% from 527); Max value from RGB is 200 - color contains mainly: blue. Hex color #8CBBC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBBC8 is #734437. Grayscale: #AEAEAE. Windows color (decimal): -7554104 or 13155212. OLE color: 13155212.

HSL color Cylindrical-coordinate representation of color #8CBBC8: hue angle of 193º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8CBBC8 is Cyan = 0.3, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 140 187 200 -
CMYK 0.3 0.06 0 0.22
HSL 193º 0.35% 0.67% -
HSV(B) 193º 0.3% 0.78% -
XYZ 39.01 45.29 61.33 -
YUV 174.43 142.43 103.44 -
System Red Green Blue C M Y K H S L
Decimal 140 187 200 0.3 0.06 0 0.22 193 0.35 0.67
Hex 8C BB C8 1E 6 0 16 C1 23 43
Octal 214 273 310 36 6 0 26 301 43 103
Binary 10001100 10111011 11001000 11110 110 0 10110 11000001 100011 1000011

Color Harmonies of #8CBBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBBC8

Black with #8CBBC8

Text Example


Text Example

White with #8CBBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,187,200); }

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

background-color css

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

 a { background-color: rgb(140,187,200); }

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

border-color css

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

 span { border-color: rgb(140,187,200); }

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