Html Css Color HEX #0DBDFA Deep Sky Blue

📋 copy color: '#0DBDFA'

red 13 ◦ green 189 ◦ blue 250

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

Shades of Deep Sky Blue #0DBDFA

Tints of Deep Sky Blue #0DBDFA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.81%

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

R = 2.88%
G = 41.81%
B = 55.31%

CMYK

 C value IS 0.95

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0DBDFA (or 0x0DBDFA) is known color: Deep Sky Blue. HEX triplet: 0D, BD and FA. RGB value is (13,189,250). Sum of RGB (Red+Green+Blue) = 13+189+250=452 (59% of max value = 765). Red value is 13 (5.47% from 255 or 2.88% from 452); Green value is 189 (74.22% from 255 or 41.81% from 452); Blue value is 250 (98.05% from 255 or 55.31% from 452); Max value from RGB is 250 - color contains mainly: blue. Hex color #0DBDFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DBDFA is #F24205. Grayscale: #8E8E8E. Windows color (decimal): -15876614 or 16432397. OLE color: 16432397.

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

Color convert

RGB 13 189 250 -
CMYK 0.95 0.24 0 0.02
HSL 195.44º 0.96% 0.52% -
HSV(B) 195.44º 0.95% 0.98% -
XYZ 35.62 43.38 96.94 -
YUV 143.33 188.19 35.04 -
System Red Green Blue C M Y K H S L
Decimal 13 189 250 0.95 0.24 0 0.02 195.44 0.96 0.52
Hex D BD FA 5F 18 0 2 C3 60 34
Octal 15 275 372 137 30 0 2 303 140 64
Binary 1101 10111101 11111010 1011111 11000 0 10 11000011 1100000 110100

Color Harmonies of #0DBDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBDFA

Black with #0DBDFA

Text Example


Text Example

White with #0DBDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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