Html Css Color HEX #8ABFCD Seagull

📋 copy color: '#8ABFCD'

red 138 ◦ green 191 ◦ blue 205

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

Shades of Seagull #8ABFCD

Tints of Seagull #8ABFCD

RGB

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

 GREEN value IS 191 (75% from 255) = 35.77%

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

R = 25.84%
G = 35.77%
B = 38.39%

CMYK

 C value IS 0.33

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8ABFCD (or 0x8ABFCD) is known color: Seagull. HEX triplet: 8A, BF and CD. RGB value is (138,191,205). Sum of RGB (Red+Green+Blue) = 138+191+205=534 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.84% from 534); Green value is 191 (75% from 255 or 35.77% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 205 - color contains mainly: blue. Hex color #8ABFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABFCD is #754032. Grayscale: #B0B0B0. Windows color (decimal): -7684147 or 13483914. OLE color: 13483914.

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

Color convert

RGB 138 191 205 -
CMYK 0.33 0.07 0 0.20
HSL 192.54º 0.4% 0.67% -
HSV(B) 192.54º 0.33% 0.8% -
XYZ 40.13 47.07 64.73 -
YUV 176.75 143.94 100.36 -
System Red Green Blue C M Y K H S L
Decimal 138 191 205 0.33 0.07 0 0.20 192.54 0.4 0.67
Hex 8A BF CD 21 7 0 14 C1 28 43
Octal 212 277 315 41 7 0 24 301 50 103
Binary 10001010 10111111 11001101 100001 111 0 10100 11000001 101000 1000011

Color Harmonies of #8ABFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABFCD

Black with #8ABFCD

Text Example


Text Example

White with #8ABFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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