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

📋 copy color: '#0CC2CF'

red 12 ◦ green 194 ◦ blue 207

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

Shades of Robin's Egg Blue #0CC2CF

Tints of Robin's Egg Blue #0CC2CF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.97%

 BLUE value IS 207 (81.25% from 255) = 50.12%

R = 2.91%
G = 46.97%
B = 50.12%

CMYK

 C value IS 0.94

 M value IS 0.06

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0CC2CF (or 0x0CC2CF) is known color: Robin's Egg Blue. HEX triplet: 0C, C2 and CF. RGB value is (12,194,207). Sum of RGB (Red+Green+Blue) = 12+194+207=413 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.91% from 413); Green value is 194 (76.17% from 255 or 46.97% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #0CC2CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CC2CF is #F33D30. Grayscale: #8C8C8C. Windows color (decimal): -15940913 or 13615628. OLE color: 13615628.

HSL color Cylindrical-coordinate representation of color #0CC2CF: hue angle of 184º 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 #0CC2CF is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 12 194 207 -
CMYK 0.94 0.06 0 0.19
HSL 184º 0.89% 0.43% -
HSV(B) 184º 0.94% 0.81% -
XYZ 30.71 43.17 65.75 -
YUV 141.06 165.2 35.94 -
System Red Green Blue C M Y K H S L
Decimal 12 194 207 0.94 0.06 0 0.19 184 0.89 0.43
Hex C C2 CF 5E 6 0 13 B8 59 2B
Octal 14 302 317 136 6 0 23 270 131 53
Binary 1100 11000010 11001111 1011110 110 0 10011 10111000 1011001 101011

Color Harmonies of #0CC2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC2CF

Black with #0CC2CF

Text Example


Text Example

White with #0CC2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,194,207); }

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

background-color css

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

 a { background-color: rgb(12,194,207); }

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

border-color css

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

 span { border-color: rgb(12,194,207); }

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