Html Css Color HEX #8AB8D1 Seagull

📋 copy color: '#8AB8D1'

red 138 ◦ green 184 ◦ blue 209

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

Shades of Seagull #8AB8D1

Tints of Seagull #8AB8D1

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.65%

 BLUE value IS 209 (82.03% from 255) = 39.36%

R = 25.99%
G = 34.65%
B = 39.36%

CMYK

 C value IS 0.34

 M value IS 0.12

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8AB8D1 (or 0x8AB8D1) is known color: Seagull. HEX triplet: 8A, B8 and D1. RGB value is (138,184,209). Sum of RGB (Red+Green+Blue) = 138+184+209=531 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.99% from 531); Green value is 184 (72.27% from 255 or 34.65% from 531); Blue value is 209 (82.03% from 255 or 39.36% from 531); Max value from RGB is 209 - color contains mainly: blue. Hex color #8AB8D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB8D1 is #75472E. Grayscale: #ACACAC. Windows color (decimal): -7685935 or 13744266. OLE color: 13744266.

HSL color Cylindrical-coordinate representation of color #8AB8D1: hue angle of 201.13º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8AB8D1 is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 138 184 209 -
CMYK 0.34 0.12 0 0.18
HSL 201.13º 0.44% 0.68% -
HSV(B) 201.13º 0.34% 0.82% -
XYZ 39.13 44.29 66.81 -
YUV 173.1 148.26 102.97 -
System Red Green Blue C M Y K H S L
Decimal 138 184 209 0.34 0.12 0 0.18 201.13 0.44 0.68
Hex 8A B8 D1 22 C 0 12 C9 2C 44
Octal 212 270 321 42 14 0 22 311 54 104
Binary 10001010 10111000 11010001 100010 1100 0 10010 11001001 101100 1000100

Color Harmonies of #8AB8D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB8D1

Black with #8AB8D1

Text Example


Text Example

White with #8AB8D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,184,209); }

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

background-color css

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

 a { background-color: rgb(138,184,209); }

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

border-color css

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

 span { border-color: rgb(138,184,209); }

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