Html Css Color HEX #8ABFCF Seagull

📋 copy color: '#8ABFCF'

red 138 ◦ green 191 ◦ blue 207

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

Shades of Seagull #8ABFCF

Tints of Seagull #8ABFCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.62%

R = 25.75%
G = 35.63%
B = 38.62%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8ABFCF (or 0x8ABFCF) is known color: Seagull. HEX triplet: 8A, BF and CF. RGB value is (138,191,207). Sum of RGB (Red+Green+Blue) = 138+191+207=536 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.75% from 536); Green value is 191 (75% from 255 or 35.63% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 207 - color contains mainly: blue. Hex color #8ABFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABFCF is #754030. Grayscale: #B0B0B0. Windows color (decimal): -7684145 or 13614986. OLE color: 13614986.

HSL color Cylindrical-coordinate representation of color #8ABFCF: hue angle of 193.91º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ABFCF is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 138 191 207 -
CMYK 0.33 0.08 0 0.19
HSL 193.91º 0.42% 0.68% -
HSV(B) 193.91º 0.33% 0.81% -
XYZ 40.37 47.17 66.01 -
YUV 176.98 144.94 100.2 -
System Red Green Blue C M Y K H S L
Decimal 138 191 207 0.33 0.08 0 0.19 193.91 0.42 0.68
Hex 8A BF CF 21 8 0 13 C2 2A 44
Octal 212 277 317 41 10 0 23 302 52 104
Binary 10001010 10111111 11001111 100001 1000 0 10011 11000010 101010 1000100

Color Harmonies of #8ABFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABFCF

Black with #8ABFCF

Text Example


Text Example

White with #8ABFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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