Html Css Color HEX #0DD9F9 Deep Sky Blue

📋 copy color: '#0DD9F9'

red 13 ◦ green 217 ◦ blue 249

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

Shades of Deep Sky Blue #0DD9F9

Tints of Deep Sky Blue #0DD9F9

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.3%

 BLUE value IS 249 (97.66% from 255) = 51.98%

R = 2.71%
G = 45.3%
B = 51.98%

CMYK

 C value IS 0.95

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0DD9F9 (or 0x0DD9F9) is known color: Deep Sky Blue. HEX triplet: 0D, D9 and F9. RGB value is (13,217,249). Sum of RGB (Red+Green+Blue) = 13+217+249=479 (63% of max value = 765). Red value is 13 (5.47% from 255 or 2.71% from 479); Green value is 217 (85.16% from 255 or 45.30% from 479); Blue value is 249 (97.66% from 255 or 51.98% from 479); Max value from RGB is 249 - color contains mainly: blue. Hex color #0DD9F9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DD9F9 is #F22606. Grayscale: #9F9F9F. Windows color (decimal): -15869447 or 16374029. OLE color: 16374029.

HSL color Cylindrical-coordinate representation of color #0DD9F9: hue angle of 188.14º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DD9F9 is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 13 217 249 -
CMYK 0.95 0.13 0 0.02
HSL 188.14º 0.95% 0.51% -
HSV(B) 188.14º 0.95% 0.98% -
XYZ 42.08 56.55 98.32 -
YUV 159.65 178.41 23.4 -
System Red Green Blue C M Y K H S L
Decimal 13 217 249 0.95 0.13 0 0.02 188.14 0.95 0.51
Hex D D9 F9 5F D 0 2 BC 5F 33
Octal 15 331 371 137 15 0 2 274 137 63
Binary 1101 11011001 11111001 1011111 1101 0 10 10111100 1011111 110011

Color Harmonies of #0DD9F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD9F9

Black with #0DD9F9

Text Example


Text Example

White with #0DD9F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,217,249); }

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

background-color css

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

 a { background-color: rgb(13,217,249); }

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

border-color css

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

 span { border-color: rgb(13,217,249); }

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