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

📋 copy color: '#0CCDC2'

red 12 ◦ green 205 ◦ blue 194

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

Shades of Robin's Egg Blue #0CCDC2

Tints of Robin's Egg Blue #0CCDC2

RGB

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

 GREEN value IS 205 (80.47% from 255) = 49.88%

 BLUE value IS 194 (76.17% from 255) = 47.2%

R = 2.92%
G = 49.88%
B = 47.2%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#0CCDC2 (or 0x0CCDC2) is known color: Robin's Egg Blue. HEX triplet: 0C, CD and C2. RGB value is (12,205,194). Sum of RGB (Red+Green+Blue) = 12+205+194=411 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.92% from 411); Green value is 205 (80.47% from 255 or 49.88% from 411); Blue value is 194 (76.17% from 255 or 47.20% from 411); Max value from RGB is 205 - color contains mainly: green. Hex color #0CCDC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCDC2 is #F3323D. Grayscale: #919191. Windows color (decimal): -15938110 or 12766476. OLE color: 12766476.

HSL color Cylindrical-coordinate representation of color #0CCDC2: hue angle of 176.58º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCDC2 is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB 12 205 194 -
CMYK 0.94 0 0.05 0.20
HSL 176.58º 0.89% 0.43% -
HSV(B) 176.58º 0.94% 0.8% -
XYZ 31.72 47.64 58.56 -
YUV 146.04 155.06 32.39 -
System Red Green Blue C M Y K H S L
Decimal 12 205 194 0.94 0 0.05 0.20 176.58 0.89 0.43
Hex C CD C2 5E 0 5 14 B1 59 2B
Octal 14 315 302 136 0 5 24 261 131 53
Binary 1100 11001101 11000010 1011110 0 101 10100 10110001 1011001 101011

Color Harmonies of #0CCDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCDC2

Black with #0CCDC2

Text Example


Text Example

White with #0CCDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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