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

📋 copy color: '#0CCDBE'

red 12 ◦ green 205 ◦ blue 190

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

Shades of Robin's Egg Blue #0CCDBE

Tints of Robin's Egg Blue #0CCDBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.68%

R = 2.95%
G = 50.37%
B = 46.68%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#0CCDBE (or 0x0CCDBE) is known color: Robin's Egg Blue. HEX triplet: 0C, CD and BE. RGB value is (12,205,190). Sum of RGB (Red+Green+Blue) = 12+205+190=407 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.95% from 407); Green value is 205 (80.47% from 255 or 50.37% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 205 - color contains mainly: green. Hex color #0CCDBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCDBE is #F33241. Grayscale: #919191. Windows color (decimal): -15938114 or 12504332. OLE color: 12504332.

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

Color convert

RGB 12 205 190 -
CMYK 0.94 0 0.07 0.20
HSL 175.34º 0.89% 0.43% -
HSV(B) 175.34º 0.94% 0.8% -
XYZ 31.28 47.46 56.23 -
YUV 145.58 153.06 32.72 -
System Red Green Blue C M Y K H S L
Decimal 12 205 190 0.94 0 0.07 0.20 175.34 0.89 0.43
Hex C CD BE 5E 0 7 14 AF 59 2B
Octal 14 315 276 136 0 7 24 257 131 53
Binary 1100 11001101 10111110 1011110 0 111 10100 10101111 1011001 101011

Color Harmonies of #0CCDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCDBE

Black with #0CCDBE

Text Example


Text Example

White with #0CCDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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