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

📋 copy color: '#0CCDCB'

red 12 ◦ green 205 ◦ blue 203

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

Shades of Robin's Egg Blue #0CCDCB

Tints of Robin's Egg Blue #0CCDCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.33%

R = 2.86%
G = 48.81%
B = 48.33%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#0CCDCB (or 0x0CCDCB) is known color: Robin's Egg Blue. HEX triplet: 0C, CD and CB. RGB value is (12,205,203). Sum of RGB (Red+Green+Blue) = 12+205+203=420 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.86% from 420); Green value is 205 (80.47% from 255 or 48.81% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 205 - color contains mainly: green. Hex color #0CCDCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCDCB is #F33234. Grayscale: #929292. Windows color (decimal): -15938101 or 13356300. OLE color: 13356300.

HSL color Cylindrical-coordinate representation of color #0CCDCB: hue angle of 179.38º 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 #0CCDCB is Cyan = 0.94, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 12 205 203 -
CMYK 0.94 0 0.01 0.20
HSL 179.38º 0.89% 0.43% -
HSV(B) 179.38º 0.94% 0.8% -
XYZ 32.76 48.05 64.05 -
YUV 147.07 159.56 31.66 -
System Red Green Blue C M Y K H S L
Decimal 12 205 203 0.94 0 0.01 0.20 179.38 0.89 0.43
Hex C CD CB 5E 0 1 14 B3 59 2B
Octal 14 315 313 136 0 1 24 263 131 53
Binary 1100 11001101 11001011 1011110 0 1 10100 10110011 1011001 101011

Color Harmonies of #0CCDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCDCB

Black with #0CCDCB

Text Example


Text Example

White with #0CCDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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