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

📋 copy color: '#0ACACC'

red 10 ◦ green 202 ◦ blue 204

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

Shades of Robin's Egg Blue #0ACACC

Tints of Robin's Egg Blue #0ACACC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 48.56%

 BLUE value IS 204 (80.08% from 255) = 49.04%

R = 2.4%
G = 48.56%
B = 49.04%

CMYK

 C value IS 0.95

 M value IS 0.01

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0ACACC (or 0x0ACACC) is known color: Robin's Egg Blue. HEX triplet: 0A, CA and CC. RGB value is (10,202,204). Sum of RGB (Red+Green+Blue) = 10+202+204=416 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.40% from 416); Green value is 202 (79.30% from 255 or 48.56% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #0ACACC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ACACC is #F53533. Grayscale: #909090. Windows color (decimal): -16069940 or 13421066. OLE color: 13421066.

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

Color convert

RGB 10 202 204 -
CMYK 0.95 0.01 0 0.2
HSL 180.62º 0.91% 0.42% -
HSV(B) 180.62º 0.95% 0.8% -
XYZ 32.14 46.67 64.44 -
YUV 144.82 161.39 31.84 -
System Red Green Blue C M Y K H S L
Decimal 10 202 204 0.95 0.01 0 0.2 180.62 0.91 0.42
Hex A CA CC 5F 1 0 14 B5 5B 2A
Octal 12 312 314 137 1 0 24 265 133 52
Binary 1010 11001010 11001100 1011111 1 0 10100 10110101 1011011 101010

Color Harmonies of #0ACACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACACC

Black with #0ACACC

Text Example


Text Example

White with #0ACACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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