Html Css Color HEX #8ABACC Seagull

📋 copy color: '#8ABACC'

red 138 ◦ green 186 ◦ blue 204

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

Shades of Seagull #8ABACC

Tints of Seagull #8ABACC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.23%

 BLUE value IS 204 (80.08% from 255) = 38.64%

R = 26.14%
G = 35.23%
B = 38.64%

CMYK

 C value IS 0.32

 M value IS 0.09

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8ABACC (or 0x8ABACC) is known color: Seagull. HEX triplet: 8A, BA and CC. RGB value is (138,186,204). Sum of RGB (Red+Green+Blue) = 138+186+204=528 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.14% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 204 - color contains mainly: blue. Hex color #8ABACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABACC is #754533. Grayscale: #ADADAD. Windows color (decimal): -7685428 or 13417098. OLE color: 13417098.

HSL color Cylindrical-coordinate representation of color #8ABACC: hue angle of 196.36º degrees, saturation: 0.39, 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 #8ABACC is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 138 186 204 -
CMYK 0.32 0.09 0 0.2
HSL 196.36º 0.39% 0.67% -
HSV(B) 196.36º 0.32% 0.8% -
XYZ 38.94 44.88 63.74 -
YUV 173.7 145.1 102.54 -
System Red Green Blue C M Y K H S L
Decimal 138 186 204 0.32 0.09 0 0.2 196.36 0.39 0.67
Hex 8A BA CC 20 9 0 14 C4 27 43
Octal 212 272 314 40 11 0 24 304 47 103
Binary 10001010 10111010 11001100 100000 1001 0 10100 11000100 100111 1000011

Color Harmonies of #8ABACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABACC

Black with #8ABACC

Text Example


Text Example

White with #8ABACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,186,204); }

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

background-color css

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

 a { background-color: rgb(138,186,204); }

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

border-color css

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

 span { border-color: rgb(138,186,204); }

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