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

📋 copy color: '#0CDBC7'

red 12 ◦ green 219 ◦ blue 199

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

Shades of Robin's Egg Blue #0CDBC7

Tints of Robin's Egg Blue #0CDBC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 46.28%

R = 2.79%
G = 50.93%
B = 46.28%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#0CDBC7 (or 0x0CDBC7) is known color: Robin's Egg Blue. HEX triplet: 0C, DB and C7. RGB value is (12,219,199). Sum of RGB (Red+Green+Blue) = 12+219+199=430 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.79% from 430); Green value is 219 (85.94% from 255 or 50.93% from 430); Blue value is 199 (78.12% from 255 or 46.28% from 430); Max value from RGB is 219 - color contains mainly: green. Hex color #0CDBC7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CDBC7 is #F32438. Grayscale: #9A9A9A. Windows color (decimal): -15934521 or 13097740. OLE color: 13097740.

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

Color convert

RGB 12 219 199 -
CMYK 0.95 0 0.09 0.14
HSL 174.2º 0.9% 0.45% -
HSV(B) 174.2º 0.95% 0.86% -
XYZ 35.79 54.86 62.74 -
YUV 154.83 152.92 26.13 -
System Red Green Blue C M Y K H S L
Decimal 12 219 199 0.95 0 0.09 0.14 174.2 0.9 0.45
Hex C DB C7 5F 0 9 E AE 5A 2D
Octal 14 333 307 137 0 11 16 256 132 55
Binary 1100 11011011 11000111 1011111 0 1001 1110 10101110 1011010 101101

Color Harmonies of #0CDBC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDBC7

Black with #0CDBC7

Text Example


Text Example

White with #0CDBC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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