Html Css Color HEX #8ABDC9 Seagull

📋 copy color: '#8ABDC9'

red 138 ◦ green 189 ◦ blue 201

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

Shades of Seagull #8ABDC9

Tints of Seagull #8ABDC9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.8%

 BLUE value IS 201 (78.91% from 255) = 38.07%

R = 26.14%
G = 35.8%
B = 38.07%

CMYK

 C value IS 0.31

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8ABDC9 (or 0x8ABDC9) is known color: Seagull. HEX triplet: 8A, BD and C9. RGB value is (138,189,201). Sum of RGB (Red+Green+Blue) = 138+189+201=528 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.14% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 201 (78.91% from 255 or 38.07% from 528); Max value from RGB is 201 - color contains mainly: blue. Hex color #8ABDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABDC9 is #754236. Grayscale: #AFAFAF. Windows color (decimal): -7684663 or 13221258. OLE color: 13221258.

HSL color Cylindrical-coordinate representation of color #8ABDC9: hue angle of 191.43º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8ABDC9 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 138 189 201 -
CMYK 0.31 0.06 0 0.21
HSL 191.43º 0.37% 0.66% -
HSV(B) 191.43º 0.31% 0.79% -
XYZ 39.22 46.02 62.07 -
YUV 175.12 142.6 101.52 -
System Red Green Blue C M Y K H S L
Decimal 138 189 201 0.31 0.06 0 0.21 191.43 0.37 0.66
Hex 8A BD C9 1F 6 0 15 BF 25 42
Octal 212 275 311 37 6 0 25 277 45 102
Binary 10001010 10111101 11001001 11111 110 0 10101 10111111 100101 1000010

Color Harmonies of #8ABDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABDC9

Black with #8ABDC9

Text Example


Text Example

White with #8ABDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,189,201); }

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

background-color css

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

 a { background-color: rgb(138,189,201); }

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

border-color css

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

 span { border-color: rgb(138,189,201); }

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