Html Css Color HEX #8AC0CE Seagull

📋 copy color: '#8AC0CE'

red 138 ◦ green 192 ◦ blue 206

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

Shades of Seagull #8AC0CE

Tints of Seagull #8AC0CE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.82%

 BLUE value IS 206 (80.86% from 255) = 38.43%

R = 25.75%
G = 35.82%
B = 38.43%

CMYK

 C value IS 0.33

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8AC0CE (or 0x8AC0CE) is known color: Seagull. HEX triplet: 8A, C0 and CE. RGB value is (138,192,206). Sum of RGB (Red+Green+Blue) = 138+192+206=536 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.75% from 536); Green value is 192 (75.39% from 255 or 35.82% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 206 - color contains mainly: blue. Hex color #8AC0CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AC0CE is #753F31. Grayscale: #B1B1B1. Windows color (decimal): -7683890 or 13549706. OLE color: 13549706.

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

Color convert

RGB 138 192 206 -
CMYK 0.33 0.07 0 0.19
HSL 192.35º 0.41% 0.67% -
HSV(B) 192.35º 0.33% 0.81% -
XYZ 40.47 47.56 65.44 -
YUV 177.45 144.11 99.86 -
System Red Green Blue C M Y K H S L
Decimal 138 192 206 0.33 0.07 0 0.19 192.35 0.41 0.67
Hex 8A C0 CE 21 7 0 13 C0 29 43
Octal 212 300 316 41 7 0 23 300 51 103
Binary 10001010 11000000 11001110 100001 111 0 10011 11000000 101001 1000011

Color Harmonies of #8AC0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC0CE

Black with #8AC0CE

Text Example


Text Example

White with #8AC0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,192,206); }

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

background-color css

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

 a { background-color: rgb(138,192,206); }

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

border-color css

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

 span { border-color: rgb(138,192,206); }

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