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

📋 copy color: '#0CCACE'

red 12 ◦ green 202 ◦ blue 206

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

Shades of Robin's Egg Blue #0CCACE

Tints of Robin's Egg Blue #0CCACE

RGB

 RED value IS 12 (5.08% from 255) = 2.86%

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

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

R = 2.86%
G = 48.1%
B = 49.05%

CMYK

 C value IS 0.94

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0CCACE (or 0x0CCACE) is known color: Robin's Egg Blue. HEX triplet: 0C, CA and CE. RGB value is (12,202,206). Sum of RGB (Red+Green+Blue) = 12+202+206=420 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.86% from 420); Green value is 202 (79.30% from 255 or 48.10% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #0CCACE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCACE is #F33531. Grayscale: #919191. Windows color (decimal): -15938866 or 13552140. OLE color: 13552140.

HSL color Cylindrical-coordinate representation of color #0CCACE: hue angle of 181.24º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCACE is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 12 202 206 -
CMYK 0.94 0.02 0 0.19
HSL 181.24º 0.89% 0.43% -
HSV(B) 181.24º 0.94% 0.81% -
XYZ 32.41 46.78 65.71 -
YUV 145.65 162.05 32.67 -
System Red Green Blue C M Y K H S L
Decimal 12 202 206 0.94 0.02 0 0.19 181.24 0.89 0.43
Hex C CA CE 5E 2 0 13 B5 59 2B
Octal 14 312 316 136 2 0 23 265 131 53
Binary 1100 11001010 11001110 1011110 10 0 10011 10110101 1011001 101011

Color Harmonies of #0CCACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCACE

Black with #0CCACE

Text Example


Text Example

White with #0CCACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,202,206); }

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

background-color css

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

 a { background-color: rgb(12,202,206); }

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

border-color css

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

 span { border-color: rgb(12,202,206); }

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