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

📋 copy color: '#0DDBBC'

red 13 ◦ green 219 ◦ blue 188

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

Shades of Robin's Egg Blue #0DDBBC

Tints of Robin's Egg Blue #0DDBBC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 52.14%

 BLUE value IS 188 (73.83% from 255) = 44.76%

R = 3.1%
G = 52.14%
B = 44.76%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#0DDBBC (or 0x0DDBBC) is known color: Robin's Egg Blue. HEX triplet: 0D, DB and BC. RGB value is (13,219,188). Sum of RGB (Red+Green+Blue) = 13+219+188=420 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.10% from 420); Green value is 219 (85.94% from 255 or 52.14% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 219 - color contains mainly: green. Hex color #0DDBBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDBBC is #F22443. Grayscale: #999999. Windows color (decimal): -15868996 or 12376845. OLE color: 12376845.

HSL color Cylindrical-coordinate representation of color #0DDBBC: hue angle of 170.97º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDBBC is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 13 219 188 -
CMYK 0.94 0 0.14 0.14
HSL 170.97º 0.89% 0.45% -
HSV(B) 170.97º 0.94% 0.86% -
XYZ 34.57 54.38 56.25 -
YUV 153.87 147.25 27.52 -
System Red Green Blue C M Y K H S L
Decimal 13 219 188 0.94 0 0.14 0.14 170.97 0.89 0.45
Hex D DB BC 5E 0 E E AB 59 2D
Octal 15 333 274 136 0 16 16 253 131 55
Binary 1101 11011011 10111100 1011110 0 1110 1110 10101011 1011001 101101

Color Harmonies of #0DDBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDBBC

Black with #0DDBBC

Text Example


Text Example

White with #0DDBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,219,188); }

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

background-color css

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

 a { background-color: rgb(13,219,188); }

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

border-color css

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

 span { border-color: rgb(13,219,188); }

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