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

📋 copy color: '#0DCBC7'

red 13 ◦ green 203 ◦ blue 199

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

Shades of Robin's Egg Blue #0DCBC7

Tints of Robin's Egg Blue #0DCBC7

RGB

 RED value IS 13 (5.47% from 255) = 3.13%

 GREEN value IS 203 (79.69% from 255) = 48.92%

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

R = 3.13%
G = 48.92%
B = 47.95%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#0DCBC7 (or 0x0DCBC7) is known color: Robin's Egg Blue. HEX triplet: 0D, CB and C7. RGB value is (13,203,199). Sum of RGB (Red+Green+Blue) = 13+203+199=415 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.13% from 415); Green value is 203 (79.69% from 255 or 48.92% from 415); Blue value is 199 (78.12% from 255 or 47.95% from 415); Max value from RGB is 203 - color contains mainly: green. Hex color #0DCBC7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCBC7 is #F23438. Grayscale: #919191. Windows color (decimal): -15873081 or 13093645. OLE color: 13093645.

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

Color convert

RGB 13 203 199 -
CMYK 0.94 0 0.02 0.20
HSL 178.74º 0.88% 0.42% -
HSV(B) 178.74º 0.94% 0.8% -
XYZ 31.83 46.92 61.41 -
YUV 145.73 158.05 33.33 -
System Red Green Blue C M Y K H S L
Decimal 13 203 199 0.94 0 0.02 0.20 178.74 0.88 0.42
Hex D CB C7 5E 0 2 14 B3 58 2A
Octal 15 313 307 136 0 2 24 263 130 52
Binary 1101 11001011 11000111 1011110 0 10 10100 10110011 1011000 101010

Color Harmonies of #0DCBC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCBC7

Black with #0DCBC7

Text Example


Text Example

White with #0DCBC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,203,199); }

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

background-color css

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

 a { background-color: rgb(13,203,199); }

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

border-color css

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

 span { border-color: rgb(13,203,199); }

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