Html Css Color HEX #0DB1FA Deep Sky Blue

📋 copy color: '#0DB1FA'

red 13 ◦ green 177 ◦ blue 250

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

Shades of Deep Sky Blue #0DB1FA

Tints of Deep Sky Blue #0DB1FA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.23%

 BLUE value IS 250 (98.05% from 255) = 56.82%

R = 2.95%
G = 40.23%
B = 56.82%

CMYK

 C value IS 0.95

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0DB1FA (or 0x0DB1FA) is known color: Deep Sky Blue. HEX triplet: 0D, B1 and FA. RGB value is (13,177,250). Sum of RGB (Red+Green+Blue) = 13+177+250=440 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.95% from 440); Green value is 177 (69.53% from 255 or 40.23% from 440); Blue value is 250 (98.05% from 255 or 56.82% from 440); Max value from RGB is 250 - color contains mainly: blue. Hex color #0DB1FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0DB1FA is #F24E05. Grayscale: #878787. Windows color (decimal): -15879686 or 16429325. OLE color: 16429325.

HSL color Cylindrical-coordinate representation of color #0DB1FA: hue angle of 198.48º degrees, saturation: 0.96, 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 #0DB1FA is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 13 177 250 -
CMYK 0.95 0.29 0 0.02
HSL 198.48º 0.96% 0.52% -
HSV(B) 198.48º 0.95% 0.98% -
XYZ 33.14 38.43 96.11 -
YUV 136.29 192.17 40.06 -
System Red Green Blue C M Y K H S L
Decimal 13 177 250 0.95 0.29 0 0.02 198.48 0.96 0.52
Hex D B1 FA 5F 1D 0 2 C6 60 34
Octal 15 261 372 137 35 0 2 306 140 64
Binary 1101 10110001 11111010 1011111 11101 0 10 11000110 1100000 110100

Color Harmonies of #0DB1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB1FA

Black with #0DB1FA

Text Example


Text Example

White with #0DB1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,177,250); }

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

background-color css

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

 a { background-color: rgb(13,177,250); }

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

border-color css

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

 span { border-color: rgb(13,177,250); }

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