Html Css Color HEX #8ABFD9 Seagull

📋 copy color: '#8ABFD9'

red 138 ◦ green 191 ◦ blue 217

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

Shades of Seagull #8ABFD9

Tints of Seagull #8ABFD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 39.74%

R = 25.27%
G = 34.98%
B = 39.74%

CMYK

 C value IS 0.36

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8ABFD9 (or 0x8ABFD9) is known color: Seagull. HEX triplet: 8A, BF and D9. RGB value is (138,191,217). Sum of RGB (Red+Green+Blue) = 138+191+217=546 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.27% from 546); Green value is 191 (75% from 255 or 34.98% from 546); Blue value is 217 (85.16% from 255 or 39.74% from 546); Max value from RGB is 217 - color contains mainly: blue. Hex color #8ABFD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABFD9 is #754026. Grayscale: #B1B1B1. Windows color (decimal): -7684135 or 14270346. OLE color: 14270346.

HSL color Cylindrical-coordinate representation of color #8ABFD9: hue angle of 199.75º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8ABFD9 is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 138 191 217 -
CMYK 0.36 0.12 0 0.15
HSL 199.75º 0.51% 0.7% -
HSV(B) 199.75º 0.36% 0.85% -
XYZ 41.64 47.67 72.65 -
YUV 178.12 149.94 99.39 -
System Red Green Blue C M Y K H S L
Decimal 138 191 217 0.36 0.12 0 0.15 199.75 0.51 0.7
Hex 8A BF D9 24 C 0 F C8 33 46
Octal 212 277 331 44 14 0 17 310 63 106
Binary 10001010 10111111 11011001 100100 1100 0 1111 11001000 110011 1000110

Color Harmonies of #8ABFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABFD9

Black with #8ABFD9

Text Example


Text Example

White with #8ABFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,191,217); }

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

background-color css

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

 a { background-color: rgb(138,191,217); }

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

border-color css

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

 span { border-color: rgb(138,191,217); }

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