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

📋 copy color: '#0CDDB6'

red 12 ◦ green 221 ◦ blue 182

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

Shades of Robin's Egg Blue #0CDDB6

Tints of Robin's Egg Blue #0CDDB6

RGB

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

 GREEN value IS 221 (86.72% from 255) = 53.25%

 BLUE value IS 182 (71.48% from 255) = 43.86%

R = 2.89%
G = 53.25%
B = 43.86%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#0CDDB6 (or 0x0CDDB6) is known color: Robin's Egg Blue. HEX triplet: 0C, DD and B6. RGB value is (12,221,182). Sum of RGB (Red+Green+Blue) = 12+221+182=415 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.89% from 415); Green value is 221 (86.72% from 255 or 53.25% from 415); Blue value is 182 (71.48% from 255 or 43.86% from 415); Max value from RGB is 221 - color contains mainly: green. Hex color #0CDDB6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CDDB6 is #F32249. Grayscale: #9A9A9A. Windows color (decimal): -15934026 or 11984140. OLE color: 11984140.

HSL color Cylindrical-coordinate representation of color #0CDDB6: hue angle of 168.8º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDDB6 is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 12 221 182 -
CMYK 0.95 0 0.18 0.13
HSL 168.8º 0.9% 0.46% -
HSV(B) 168.8º 0.95% 0.87% -
XYZ 34.45 55.17 53.09 -
YUV 154.06 143.76 26.67 -
System Red Green Blue C M Y K H S L
Decimal 12 221 182 0.95 0 0.18 0.13 168.8 0.9 0.46
Hex C DD B6 5F 0 12 D A9 5A 2E
Octal 14 335 266 137 0 22 15 251 132 56
Binary 1100 11011101 10110110 1011111 0 10010 1101 10101001 1011010 101110

Color Harmonies of #0CDDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDDB6

Black with #0CDDB6

Text Example


Text Example

White with #0CDDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,221,182); }

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

background-color css

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

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

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

border-color css

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

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

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