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

📋 copy color: '#0CDBC3'

red 12 ◦ green 219 ◦ blue 195

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

Shades of Robin's Egg Blue #0CDBC3

Tints of Robin's Egg Blue #0CDBC3

RGB

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

 GREEN value IS 219 (85.94% from 255) = 51.41%

 BLUE value IS 195 (76.56% from 255) = 45.77%

R = 2.82%
G = 51.41%
B = 45.77%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#0CDBC3 (or 0x0CDBC3) is known color: Robin's Egg Blue. HEX triplet: 0C, DB and C3. RGB value is (12,219,195). Sum of RGB (Red+Green+Blue) = 12+219+195=426 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.82% from 426); Green value is 219 (85.94% from 255 or 51.41% from 426); Blue value is 195 (76.56% from 255 or 45.77% from 426); Max value from RGB is 219 - color contains mainly: green. Hex color #0CDBC3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CDBC3 is #F3243C. Grayscale: #9A9A9A. Windows color (decimal): -15934525 or 12835596. OLE color: 12835596.

HSL color Cylindrical-coordinate representation of color #0CDBC3: hue angle of 173.04º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDBC3 is Cyan = 0.95, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 12 219 195 -
CMYK 0.95 0 0.11 0.14
HSL 173.04º 0.9% 0.45% -
HSV(B) 173.04º 0.95% 0.86% -
XYZ 35.33 54.68 60.32 -
YUV 154.37 150.92 26.45 -
System Red Green Blue C M Y K H S L
Decimal 12 219 195 0.95 0 0.11 0.14 173.04 0.9 0.45
Hex C DB C3 5F 0 B E AD 5A 2D
Octal 14 333 303 137 0 13 16 255 132 55
Binary 1100 11011011 11000011 1011111 0 1011 1110 10101101 1011010 101101

Color Harmonies of #0CDBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDBC3

Black with #0CDBC3

Text Example


Text Example

White with #0CDBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,219,195); }

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

background-color css

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

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

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

border-color css

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

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

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