Html Css Color HEX #8ABBDB Seagull

📋 copy color: '#8ABBDB'

red 138 ◦ green 187 ◦ blue 219

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

Shades of Seagull #8ABBDB

Tints of Seagull #8ABBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.26%

R = 25.37%
G = 34.38%
B = 40.26%

CMYK

 C value IS 0.37

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8ABBDB (or 0x8ABBDB) is known color: Seagull. HEX triplet: 8A, BB and DB. RGB value is (138,187,219). Sum of RGB (Red+Green+Blue) = 138+187+219=544 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.37% from 544); Green value is 187 (73.44% from 255 or 34.38% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 219 - color contains mainly: blue. Hex color #8ABBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABBDB is #754424. Grayscale: #AFAFAF. Windows color (decimal): -7685157 or 14400394. OLE color: 14400394.

HSL color Cylindrical-coordinate representation of color #8ABBDB: hue angle of 203.7º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ABBDB is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 138 187 219 -
CMYK 0.37 0.15 0 0.14
HSL 203.7º 0.53% 0.7% -
HSV(B) 203.7º 0.37% 0.86% -
XYZ 41.04 46.06 73.75 -
YUV 176 152.27 100.9 -
System Red Green Blue C M Y K H S L
Decimal 138 187 219 0.37 0.15 0 0.14 203.7 0.53 0.7
Hex 8A BB DB 25 F 0 E CC 35 46
Octal 212 273 333 45 17 0 16 314 65 106
Binary 10001010 10111011 11011011 100101 1111 0 1110 11001100 110101 1000110

Color Harmonies of #8ABBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABBDB

Black with #8ABBDB

Text Example


Text Example

White with #8ABBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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