Html Css Color HEX #0DAEFC Deep Sky Blue

📋 copy color: '#0DAEFC'

red 13 ◦ green 174 ◦ blue 252

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

Shades of Deep Sky Blue #0DAEFC

Tints of Deep Sky Blue #0DAEFC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 39.64%

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

R = 2.96%
G = 39.64%
B = 57.4%

CMYK

 C value IS 0.95

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0DAEFC (or 0x0DAEFC) is known color: Deep Sky Blue. HEX triplet: 0D, AE and FC. RGB value is (13,174,252). Sum of RGB (Red+Green+Blue) = 13+174+252=439 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.96% from 439); Green value is 174 (68.36% from 255 or 39.64% from 439); Blue value is 252 (98.83% from 255 or 57.40% from 439); Max value from RGB is 252 - color contains mainly: blue. Hex color #0DAEFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0DAEFC is #F25103. Grayscale: #868686. Windows color (decimal): -15880452 or 16559629. OLE color: 16559629.

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

Color convert

RGB 13 174 252 -
CMYK 0.95 0.31 0 0.01
HSL 199.58º 0.98% 0.52% -
HSV(B) 199.58º 0.95% 0.99% -
XYZ 32.87 37.39 97.58 -
YUV 134.75 194.16 41.16 -
System Red Green Blue C M Y K H S L
Decimal 13 174 252 0.95 0.31 0 0.01 199.58 0.98 0.52
Hex D AE FC 5F 1F 0 1 C8 62 34
Octal 15 256 374 137 37 0 1 310 142 64
Binary 1101 10101110 11111100 1011111 11111 0 1 11001000 1100010 110100

Color Harmonies of #0DAEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAEFC

Black with #0DAEFC

Text Example


Text Example

White with #0DAEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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