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

📋 copy color: '#0DDFBF'

red 13 ◦ green 223 ◦ blue 191

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

Shades of Robin's Egg Blue #0DDFBF

Tints of Robin's Egg Blue #0DDFBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.73%

R = 3.04%
G = 52.22%
B = 44.73%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#0DDFBF (or 0x0DDFBF) is known color: Robin's Egg Blue. HEX triplet: 0D, DF and BF. RGB value is (13,223,191). Sum of RGB (Red+Green+Blue) = 13+223+191=427 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.04% from 427); Green value is 223 (87.5% from 255 or 52.22% from 427); Blue value is 191 (75% from 255 or 44.73% from 427); Max value from RGB is 223 - color contains mainly: green. Hex color #0DDFBF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDFBF is #F22040. Grayscale: #9C9C9C. Windows color (decimal): -15867969 or 12574477. OLE color: 12574477.

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

Color convert

RGB 13 223 191 -
CMYK 0.94 0 0.14 0.13
HSL 170.86º 0.89% 0.46% -
HSV(B) 170.86º 0.94% 0.87% -
XYZ 35.96 56.62 58.32 -
YUV 156.56 147.43 25.6 -
System Red Green Blue C M Y K H S L
Decimal 13 223 191 0.94 0 0.14 0.13 170.86 0.89 0.46
Hex D DF BF 5E 0 E D AB 59 2E
Octal 15 337 277 136 0 16 15 253 131 56
Binary 1101 11011111 10111111 1011110 0 1110 1101 10101011 1011001 101110

Color Harmonies of #0DDFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDFBF

Black with #0DDFBF

Text Example


Text Example

White with #0DDFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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