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

📋 copy color: '#0DDFB7'

red 13 ◦ green 223 ◦ blue 183

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

Shades of Robin's Egg Blue #0DDFB7

Tints of Robin's Egg Blue #0DDFB7

RGB

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

 GREEN value IS 223 (87.5% from 255) = 53.22%

 BLUE value IS 183 (71.88% from 255) = 43.68%

R = 3.1%
G = 53.22%
B = 43.68%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#0DDFB7 (or 0x0DDFB7) is known color: Robin's Egg Blue. HEX triplet: 0D, DF and B7. RGB value is (13,223,183). Sum of RGB (Red+Green+Blue) = 13+223+183=419 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.10% from 419); Green value is 223 (87.5% from 255 or 53.22% from 419); Blue value is 183 (71.88% from 255 or 43.68% from 419); Max value from RGB is 223 - color contains mainly: green. Hex color #0DDFB7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDFB7 is #F22048. Grayscale: #9B9B9B. Windows color (decimal): -15867977 or 12050189. OLE color: 12050189.

HSL color Cylindrical-coordinate representation of color #0DDFB7: hue angle of 168.57º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDFB7 is Cyan = 0.94, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 13 223 183 -
CMYK 0.94 0 0.18 0.13
HSL 168.57º 0.89% 0.46% -
HSV(B) 168.57º 0.94% 0.87% -
XYZ 35.1 56.28 53.81 -
YUV 155.65 143.43 26.25 -
System Red Green Blue C M Y K H S L
Decimal 13 223 183 0.94 0 0.18 0.13 168.57 0.89 0.46
Hex D DF B7 5E 0 12 D A9 59 2E
Octal 15 337 267 136 0 22 15 251 131 56
Binary 1101 11011111 10110111 1011110 0 10010 1101 10101001 1011001 101110

Color Harmonies of #0DDFB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDFB7

Black with #0DDFB7

Text Example


Text Example

White with #0DDFB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,223,183); }

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

background-color css

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

 a { background-color: rgb(13,223,183); }

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

border-color css

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

 span { border-color: rgb(13,223,183); }

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