Html Css Color HEX #0DABEF Deep Sky Blue

📋 copy color: '#0DABEF'

red 13 ◦ green 171 ◦ blue 239

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

Shades of Deep Sky Blue #0DABEF

Tints of Deep Sky Blue #0DABEF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.43%

 BLUE value IS 239 (93.75% from 255) = 56.5%

R = 3.07%
G = 40.43%
B = 56.5%

CMYK

 C value IS 0.95

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0DABEF (or 0x0DABEF) is known color: Deep Sky Blue. HEX triplet: 0D, AB and EF. RGB value is (13,171,239). Sum of RGB (Red+Green+Blue) = 13+171+239=423 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.07% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 239 (93.75% from 255 or 56.50% from 423); Max value from RGB is 239 - color contains mainly: blue. Hex color #0DABEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0DABEF is #F25410. Grayscale: #838383. Windows color (decimal): -15881233 or 15706893. OLE color: 15706893.

HSL color Cylindrical-coordinate representation of color #0DABEF: hue angle of 198.05º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DABEF is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 13 171 239 -
CMYK 0.95 0.28 0 0.06
HSL 198.05º 0.9% 0.49% -
HSV(B) 198.05º 0.95% 0.94% -
XYZ 30.31 35.44 86.91 -
YUV 131.51 188.65 43.47 -
System Red Green Blue C M Y K H S L
Decimal 13 171 239 0.95 0.28 0 0.06 198.05 0.9 0.49
Hex D AB EF 5F 1C 0 6 C6 5A 31
Octal 15 253 357 137 34 0 6 306 132 61
Binary 1101 10101011 11101111 1011111 11100 0 110 11000110 1011010 110001

Color Harmonies of #0DABEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DABEF

Black with #0DABEF

Text Example


Text Example

White with #0DABEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,171,239); }

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

background-color css

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

 a { background-color: rgb(13,171,239); }

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

border-color css

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

 span { border-color: rgb(13,171,239); }

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