Html Css Color HEX #8ABACD Seagull

📋 copy color: '#8ABACD'

red 138 ◦ green 186 ◦ blue 205

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

Shades of Seagull #8ABACD

Tints of Seagull #8ABACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.75%

R = 26.09%
G = 35.16%
B = 38.75%

CMYK

 C value IS 0.33

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8ABACD (or 0x8ABACD) is known color: Seagull. HEX triplet: 8A, BA and CD. RGB value is (138,186,205). Sum of RGB (Red+Green+Blue) = 138+186+205=529 (70% of max value = 765). Red value is 138 (54.30% from 255 or 26.09% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 205 - color contains mainly: blue. Hex color #8ABACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABACD is #754532. Grayscale: #ADADAD. Windows color (decimal): -7685427 or 13482634. OLE color: 13482634.

HSL color Cylindrical-coordinate representation of color #8ABACD: hue angle of 197.01º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ABACD is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 138 186 205 -
CMYK 0.33 0.09 0 0.20
HSL 197.01º 0.4% 0.67% -
HSV(B) 197.01º 0.33% 0.8% -
XYZ 39.06 44.93 64.37 -
YUV 173.81 145.6 102.46 -
System Red Green Blue C M Y K H S L
Decimal 138 186 205 0.33 0.09 0 0.20 197.01 0.4 0.67
Hex 8A BA CD 21 9 0 14 C5 28 43
Octal 212 272 315 41 11 0 24 305 50 103
Binary 10001010 10111010 11001101 100001 1001 0 10100 11000101 101000 1000011

Color Harmonies of #8ABACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABACD

Black with #8ABACD

Text Example


Text Example

White with #8ABACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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