Html Css Color HEX #8ABADB Seagull

📋 copy color: '#8ABADB'

red 138 ◦ green 186 ◦ blue 219

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

Shades of Seagull #8ABADB

Tints of Seagull #8ABADB

RGB

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

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

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

R = 25.41%
G = 34.25%
B = 40.33%

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

#8ABADB (or 0x8ABADB) is known color: Seagull. HEX triplet: 8A, BA and DB. RGB value is (138,186,219). Sum of RGB (Red+Green+Blue) = 138+186+219=543 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.41% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #8ABADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABADB is #754524. Grayscale: #AFAFAF. Windows color (decimal): -7685413 or 14400138. OLE color: 14400138.

HSL color Cylindrical-coordinate representation of color #8ABADB: hue angle of 204.44º 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 #8ABADB is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 138 186 219 -
CMYK 0.37 0.15 0 0.14
HSL 204.44º 0.53% 0.7% -
HSV(B) 204.44º 0.37% 0.86% -
XYZ 40.83 45.64 73.67 -
YUV 175.41 152.6 101.32 -
System Red Green Blue C M Y K H S L
Decimal 138 186 219 0.37 0.15 0 0.14 204.44 0.53 0.7
Hex 8A BA DB 25 F 0 E CC 35 46
Octal 212 272 333 45 17 0 16 314 65 106
Binary 10001010 10111010 11011011 100101 1111 0 1110 11001100 110101 1000110

Color Harmonies of #8ABADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABADB

Black with #8ABADB

Text Example


Text Example

White with #8ABADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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