Html Css Color HEX #8ABBCD Seagull

📋 copy color: '#8ABBCD'

red 138 ◦ green 187 ◦ blue 205

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

Shades of Seagull #8ABBCD

Tints of Seagull #8ABBCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.68%

R = 26.04%
G = 35.28%
B = 38.68%

CMYK

 C value IS 0.33

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8ABBCD (or 0x8ABBCD) is known color: Seagull. HEX triplet: 8A, BB and CD. RGB value is (138,187,205). Sum of RGB (Red+Green+Blue) = 138+187+205=530 (70% of max value = 765). Red value is 138 (54.30% from 255 or 26.04% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 205 - color contains mainly: blue. Hex color #8ABBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABBCD is #754432. Grayscale: #AEAEAE. Windows color (decimal): -7685171 or 13482890. OLE color: 13482890.

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

Color convert

RGB 138 187 205 -
CMYK 0.33 0.09 0 0.20
HSL 196.12º 0.4% 0.67% -
HSV(B) 196.12º 0.33% 0.8% -
XYZ 39.27 45.35 64.44 -
YUV 174.4 145.27 102.04 -
System Red Green Blue C M Y K H S L
Decimal 138 187 205 0.33 0.09 0 0.20 196.12 0.4 0.67
Hex 8A BB CD 21 9 0 14 C4 28 43
Octal 212 273 315 41 11 0 24 304 50 103
Binary 10001010 10111011 11001101 100001 1001 0 10100 11000100 101000 1000011

Color Harmonies of #8ABBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABBCD

Black with #8ABBCD

Text Example


Text Example

White with #8ABBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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