Html Css Color HEX #0AC5CA Robin's Egg Blue

📋 copy color: '#0AC5CA'

red 10 ◦ green 197 ◦ blue 202

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

Shades of Robin's Egg Blue #0AC5CA

Tints of Robin's Egg Blue #0AC5CA

RGB

 RED value IS 10 (4.3% from 255) = 2.44%

 GREEN value IS 197 (77.34% from 255) = 48.17%

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

R = 2.44%
G = 48.17%
B = 49.39%

CMYK

 C value IS 0.95

 M value IS 0.02

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0AC5CA (or 0x0AC5CA) is known color: Robin's Egg Blue. HEX triplet: 0A, C5 and CA. RGB value is (10,197,202). Sum of RGB (Red+Green+Blue) = 10+197+202=409 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.44% from 409); Green value is 197 (77.34% from 255 or 48.17% from 409); Blue value is 202 (79.30% from 255 or 49.39% from 409); Max value from RGB is 202 - color contains mainly: blue. Hex color #0AC5CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AC5CA is #F53A35. Grayscale: #8D8D8D. Windows color (decimal): -16071222 or 13288714. OLE color: 13288714.

HSL color Cylindrical-coordinate representation of color #0AC5CA: hue angle of 181.56º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC5CA is Cyan = 0.95, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 10 197 202 -
CMYK 0.95 0.02 0 0.21
HSL 181.56º 0.91% 0.42% -
HSV(B) 181.56º 0.95% 0.79% -
XYZ 30.75 44.26 62.8 -
YUV 141.66 162.05 34.09 -
System Red Green Blue C M Y K H S L
Decimal 10 197 202 0.95 0.02 0 0.21 181.56 0.91 0.42
Hex A C5 CA 5F 2 0 15 B6 5B 2A
Octal 12 305 312 137 2 0 25 266 133 52
Binary 1010 11000101 11001010 1011111 10 0 10101 10110110 1011011 101010

Color Harmonies of #0AC5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC5CA

Black with #0AC5CA

Text Example


Text Example

White with #0AC5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0AC5CA; }

 p { color: rgb(10,197,202); }

 H1.HeaderClassName
 {
   color: #0AC5CA;
 }
 .AnyTagClassName
 {
   color: #0AC5CA;
 }
</style>

background-color css

<style>
 a { background-color: #0AC5CA; }

 a { background-color: rgb(10,197,202); }

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

border-color css

<style>
 span { border-color: #0AC5CA; }

 span { border-color: rgb(10,197,202); }

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