Html Css Color HEX #8AC0CA Seagull

📋 copy color: '#8AC0CA'

red 138 ◦ green 192 ◦ blue 202

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

Shades of Seagull #8AC0CA

Tints of Seagull #8AC0CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.97%

R = 25.94%
G = 36.09%
B = 37.97%

CMYK

 C value IS 0.32

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8AC0CA (or 0x8AC0CA) is known color: Seagull. HEX triplet: 8A, C0 and CA. RGB value is (138,192,202). Sum of RGB (Red+Green+Blue) = 138+192+202=532 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.94% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 202 - color contains mainly: blue. Hex color #8AC0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AC0CA is #753F35. Grayscale: #B0B0B0. Windows color (decimal): -7683894 or 13287562. OLE color: 13287562.

HSL color Cylindrical-coordinate representation of color #8AC0CA: hue angle of 189.38º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8AC0CA is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 138 192 202 -
CMYK 0.32 0.05 0 0.21
HSL 189.38º 0.38% 0.67% -
HSV(B) 189.38º 0.32% 0.79% -
XYZ 39.99 47.37 62.91 -
YUV 176.99 142.11 100.19 -
System Red Green Blue C M Y K H S L
Decimal 138 192 202 0.32 0.05 0 0.21 189.38 0.38 0.67
Hex 8A C0 CA 20 5 0 15 BD 26 43
Octal 212 300 312 40 5 0 25 275 46 103
Binary 10001010 11000000 11001010 100000 101 0 10101 10111101 100110 1000011

Color Harmonies of #8AC0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC0CA

Black with #8AC0CA

Text Example


Text Example

White with #8AC0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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