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

📋 copy color: '#0CCECD'

red 12 ◦ green 206 ◦ blue 205

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

Shades of Robin's Egg Blue #0CCECD

Tints of Robin's Egg Blue #0CCECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.46%

R = 2.84%
G = 48.7%
B = 48.46%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#0CCECD (or 0x0CCECD) is known color: Robin's Egg Blue. HEX triplet: 0C, CE and CD. RGB value is (12,206,205). Sum of RGB (Red+Green+Blue) = 12+206+205=423 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.84% from 423); Green value is 206 (80.86% from 255 or 48.70% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 206 - color contains mainly: green. Hex color #0CCECD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCECD is #F33132. Grayscale: #939393. Windows color (decimal): -15937843 or 13487628. OLE color: 13487628.

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

Color convert

RGB 12 206 205 -
CMYK 0.94 0 0.00 0.19
HSL 179.69º 0.89% 0.43% -
HSV(B) 179.69º 0.94% 0.81% -
XYZ 33.24 48.63 65.39 -
YUV 147.88 160.23 31.08 -
System Red Green Blue C M Y K H S L
Decimal 12 206 205 0.94 0 0.00 0.19 179.69 0.89 0.43
Hex C CE CD 5E 0 0 13 B4 59 2B
Octal 14 316 315 136 0 0 23 264 131 53
Binary 1100 11001110 11001101 1011110 0 0 10011 10110100 1011001 101011

Color Harmonies of #0CCECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCECD

Black with #0CCECD

Text Example


Text Example

White with #0CCECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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