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

📋 copy color: '#0CCECE'

red 12 ◦ green 206 ◦ blue 206

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

Shades of Robin's Egg Blue #0CCECE

Tints of Robin's Egg Blue #0CCECE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 48.58%

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

R = 2.83%
G = 48.58%
B = 48.58%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0CCECE (or 0x0CCECE) is known color: Robin's Egg Blue. HEX triplet: 0C, CE and CE. RGB value is (12,206,206). Sum of RGB (Red+Green+Blue) = 12+206+206=424 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.83% from 424); Green value is 206 (80.86% from 255 or 48.58% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #0CCECE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCECE is #F33131. Grayscale: #939393. Windows color (decimal): -15937842 or 13553164. OLE color: 13553164.

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

Color convert

RGB 12 206 206 -
CMYK 0.94 0 0 0.19
HSL 180º 0.89% 0.43% -
HSV(B) 180º 0.94% 0.81% -
XYZ 33.36 48.68 66.03 -
YUV 147.99 160.73 31 -
System Red Green Blue C M Y K H S L
Decimal 12 206 206 0.94 0 0 0.19 180 0.89 0.43
Hex C CE CE 5E 0 0 13 B4 59 2B
Octal 14 316 316 136 0 0 23 264 131 53
Binary 1100 11001110 11001110 1011110 0 0 10011 10110100 1011001 101011

Color Harmonies of #0CCECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCECE

Black with #0CCECE

Text Example


Text Example

White with #0CCECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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