Html Css Color HEX #8ABDCD Seagull

📋 copy color: '#8ABDCD'

red 138 ◦ green 189 ◦ blue 205

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

Shades of Seagull #8ABDCD

Tints of Seagull #8ABDCD

RGB

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

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

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

R = 25.94%
G = 35.53%
B = 38.53%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8ABDCD (or 0x8ABDCD) is known color: Seagull. HEX triplet: 8A, BD and CD. RGB value is (138,189,205). Sum of RGB (Red+Green+Blue) = 138+189+205=532 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.94% from 532); Green value is 189 (74.22% from 255 or 35.53% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 205 - color contains mainly: blue. Hex color #8ABDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABDCD is #754232. Grayscale: #AFAFAF. Windows color (decimal): -7684659 or 13483402. OLE color: 13483402.

HSL color Cylindrical-coordinate representation of color #8ABDCD: hue angle of 194.33º 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 #8ABDCD is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 138 189 205 -
CMYK 0.33 0.08 0 0.20
HSL 194.33º 0.4% 0.67% -
HSV(B) 194.33º 0.33% 0.8% -
XYZ 39.7 46.21 64.58 -
YUV 175.58 144.6 101.2 -
System Red Green Blue C M Y K H S L
Decimal 138 189 205 0.33 0.08 0 0.20 194.33 0.4 0.67
Hex 8A BD CD 21 8 0 14 C2 28 43
Octal 212 275 315 41 10 0 24 302 50 103
Binary 10001010 10111101 11001101 100001 1000 0 10100 11000010 101000 1000011

Color Harmonies of #8ABDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABDCD

Black with #8ABDCD

Text Example


Text Example

White with #8ABDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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