Html Css Color HEX #8ABBCB Seagull

📋 copy color: '#8ABBCB'

red 138 ◦ green 187 ◦ blue 203

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

Shades of Seagull #8ABBCB

Tints of Seagull #8ABBCB

RGB

 RED value IS 138 (54.3% from 255) = 26.14%

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

 BLUE value IS 203 (79.69% from 255) = 38.45%

R = 26.14%
G = 35.42%
B = 38.45%

CMYK

 C value IS 0.32

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8ABBCB (or 0x8ABBCB) is known color: Seagull. HEX triplet: 8A, BB and CB. RGB value is (138,187,203). Sum of RGB (Red+Green+Blue) = 138+187+203=528 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.14% from 528); Green value is 187 (73.44% from 255 or 35.42% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 203 - color contains mainly: blue. Hex color #8ABBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABBCB is #754434. Grayscale: #AEAEAE. Windows color (decimal): -7685173 or 13351818. OLE color: 13351818.

HSL color Cylindrical-coordinate representation of color #8ABBCB: hue angle of 194.77º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ABBCB is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 138 187 203 -
CMYK 0.32 0.08 0 0.20
HSL 194.77º 0.38% 0.67% -
HSV(B) 194.77º 0.32% 0.8% -
XYZ 39.03 45.26 63.18 -
YUV 174.17 144.27 102.2 -
System Red Green Blue C M Y K H S L
Decimal 138 187 203 0.32 0.08 0 0.20 194.77 0.38 0.67
Hex 8A BB CB 20 8 0 14 C3 26 43
Octal 212 273 313 40 10 0 24 303 46 103
Binary 10001010 10111011 11001011 100000 1000 0 10100 11000011 100110 1000011

Color Harmonies of #8ABBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABBCB

Black with #8ABBCB

Text Example


Text Example

White with #8ABBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,187,203); }

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

background-color css

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

 a { background-color: rgb(138,187,203); }

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

border-color css

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

 span { border-color: rgb(138,187,203); }

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