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

📋 copy color: '#0CDDC5'

red 12 ◦ green 221 ◦ blue 197

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

Shades of Robin's Egg Blue #0CDDC5

Tints of Robin's Egg Blue #0CDDC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 45.81%

R = 2.79%
G = 51.4%
B = 45.81%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#0CDDC5 (or 0x0CDDC5) is known color: Robin's Egg Blue. HEX triplet: 0C, DD and C5. RGB value is (12,221,197). Sum of RGB (Red+Green+Blue) = 12+221+197=430 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.79% from 430); Green value is 221 (86.72% from 255 or 51.40% from 430); Blue value is 197 (77.34% from 255 or 45.81% from 430); Max value from RGB is 221 - color contains mainly: green. Hex color #0CDDC5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CDDC5 is #F3223A. Grayscale: #9B9B9B. Windows color (decimal): -15934011 or 12967180. OLE color: 12967180.

HSL color Cylindrical-coordinate representation of color #0CDDC5: hue angle of 173.11º 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 #0CDDC5 is Cyan = 0.95, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 12 221 197 -
CMYK 0.95 0 0.11 0.13
HSL 173.11º 0.9% 0.46% -
HSV(B) 173.11º 0.95% 0.87% -
XYZ 36.09 55.82 61.7 -
YUV 155.77 151.26 25.45 -
System Red Green Blue C M Y K H S L
Decimal 12 221 197 0.95 0 0.11 0.13 173.11 0.9 0.46
Hex C DD C5 5F 0 B D AD 5A 2E
Octal 14 335 305 137 0 13 15 255 132 56
Binary 1100 11011101 11000101 1011111 0 1011 1101 10101101 1011010 101110

Color Harmonies of #0CDDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDDC5

Black with #0CDDC5

Text Example


Text Example

White with #0CDDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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