Html Css Color HEX #0DAAFC Deep Sky Blue

📋 copy color: '#0DAAFC'

red 13 ◦ green 170 ◦ blue 252

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

Shades of Deep Sky Blue #0DAAFC

Tints of Deep Sky Blue #0DAAFC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.08%

 BLUE value IS 252 (98.83% from 255) = 57.93%

R = 2.99%
G = 39.08%
B = 57.93%

CMYK

 C value IS 0.95

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0DAAFC (or 0x0DAAFC) is known color: Deep Sky Blue. HEX triplet: 0D, AA and FC. RGB value is (13,170,252). Sum of RGB (Red+Green+Blue) = 13+170+252=435 (57% of max value = 765). Red value is 13 (5.47% from 255 or 2.99% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 252 (98.83% from 255 or 57.93% from 435); Max value from RGB is 252 - color contains mainly: blue. Hex color #0DAAFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0DAAFC is #F25503. Grayscale: #838383. Windows color (decimal): -15881476 or 16558605. OLE color: 16558605.

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

Color convert

RGB 13 170 252 -
CMYK 0.95 0.33 0 0.01
HSL 200.59º 0.98% 0.52% -
HSV(B) 200.59º 0.95% 0.99% -
XYZ 32.11 35.86 97.33 -
YUV 132.41 195.49 42.83 -
System Red Green Blue C M Y K H S L
Decimal 13 170 252 0.95 0.33 0 0.01 200.59 0.98 0.52
Hex D AA FC 5F 21 0 1 C9 62 34
Octal 15 252 374 137 41 0 1 311 142 64
Binary 1101 10101010 11111100 1011111 100001 0 1 11001001 1100010 110100

Color Harmonies of #0DAAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAAFC

Black with #0DAAFC

Text Example


Text Example

White with #0DAAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,170,252); }

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

background-color css

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

 a { background-color: rgb(13,170,252); }

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

border-color css

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

 span { border-color: rgb(13,170,252); }

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