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

📋 copy color: '#0DDFBB'

red 13 ◦ green 223 ◦ blue 187

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

Shades of Robin's Egg Blue #0DDFBB

Tints of Robin's Egg Blue #0DDFBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.21%

R = 3.07%
G = 52.72%
B = 44.21%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#0DDFBB (or 0x0DDFBB) is known color: Robin's Egg Blue. HEX triplet: 0D, DF and BB. RGB value is (13,223,187). Sum of RGB (Red+Green+Blue) = 13+223+187=423 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.07% from 423); Green value is 223 (87.5% from 255 or 52.72% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 223 - color contains mainly: green. Hex color #0DDFBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDFBB is #F22044. Grayscale: #9C9C9C. Windows color (decimal): -15867973 or 12312333. OLE color: 12312333.

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

Color convert

RGB 13 223 187 -
CMYK 0.94 0 0.16 0.13
HSL 169.71º 0.89% 0.46% -
HSV(B) 169.71º 0.94% 0.87% -
XYZ 35.52 56.45 56.04 -
YUV 156.11 145.43 25.93 -
System Red Green Blue C M Y K H S L
Decimal 13 223 187 0.94 0 0.16 0.13 169.71 0.89 0.46
Hex D DF BB 5E 0 10 D AA 59 2E
Octal 15 337 273 136 0 20 15 252 131 56
Binary 1101 11011111 10111011 1011110 0 10000 1101 10101010 1011001 101110

Color Harmonies of #0DDFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDFBB

Black with #0DDFBB

Text Example


Text Example

White with #0DDFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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