Html Css Color HEX #0DABFB Deep Sky Blue

📋 copy color: '#0DABFB'

red 13 ◦ green 171 ◦ blue 251

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

Shades of Deep Sky Blue #0DABFB

Tints of Deep Sky Blue #0DABFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 57.7%

R = 2.99%
G = 39.31%
B = 57.7%

CMYK

 C value IS 0.95

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0DABFB (or 0x0DABFB) is known color: Deep Sky Blue. HEX triplet: 0D, AB and FB. RGB value is (13,171,251). Sum of RGB (Red+Green+Blue) = 13+171+251=435 (57% of max value = 765). Red value is 13 (5.47% from 255 or 2.99% from 435); Green value is 171 (67.19% from 255 or 39.31% from 435); Blue value is 251 (98.44% from 255 or 57.70% from 435); Max value from RGB is 251 - color contains mainly: blue. Hex color #0DABFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0DABFB is #F25404. Grayscale: #848484. Windows color (decimal): -15881221 or 16493325. OLE color: 16493325.

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

Color convert

RGB 13 171 251 -
CMYK 0.95 0.32 0 0.02
HSL 200.17º 0.97% 0.52% -
HSV(B) 200.17º 0.95% 0.98% -
XYZ 32.14 36.18 96.56 -
YUV 132.88 194.65 42.5 -
System Red Green Blue C M Y K H S L
Decimal 13 171 251 0.95 0.32 0 0.02 200.17 0.97 0.52
Hex D AB FB 5F 20 0 2 C8 61 34
Octal 15 253 373 137 40 0 2 310 141 64
Binary 1101 10101011 11111011 1011111 100000 0 10 11001000 1100001 110100

Color Harmonies of #0DABFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DABFB

Black with #0DABFB

Text Example


Text Example

White with #0DABFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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