Html Css Color HEX #0EA9FD Deep Sky Blue

📋 copy color: '#0EA9FD'

red 14 ◦ green 169 ◦ blue 253

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

Shades of Deep Sky Blue #0EA9FD

Tints of Deep Sky Blue #0EA9FD

RGB

 RED value IS 14 (5.86% from 255) = 3.21%

 GREEN value IS 169 (66.41% from 255) = 38.76%

 BLUE value IS 253 (99.22% from 255) = 58.03%

R = 3.21%
G = 38.76%
B = 58.03%

CMYK

 C value IS 0.94

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0EA9FD (or 0x0EA9FD) is known color: Deep Sky Blue. HEX triplet: 0E, A9 and FD. RGB value is (14,169,253). Sum of RGB (Red+Green+Blue) = 14+169+253=436 (57% of max value = 765). Red value is 14 (5.86% from 255 or 3.21% from 436); Green value is 169 (66.41% from 255 or 38.76% from 436); Blue value is 253 (99.22% from 255 or 58.03% from 436); Max value from RGB is 253 - color contains mainly: blue. Hex color #0EA9FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0EA9FD is #F15602. Grayscale: #838383. Windows color (decimal): -15816195 or 16623886. OLE color: 16623886.

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

Color convert

RGB 14 169 253 -
CMYK 0.94 0.33 0 0.01
HSL 201.09º 0.98% 0.52% -
HSV(B) 201.09º 0.94% 0.99% -
XYZ 32.1 35.56 98.1 -
YUV 132.23 196.15 43.67 -
System Red Green Blue C M Y K H S L
Decimal 14 169 253 0.94 0.33 0 0.01 201.09 0.98 0.52
Hex E A9 FD 5E 21 0 1 C9 62 34
Octal 16 251 375 136 41 0 1 311 142 64
Binary 1110 10101001 11111101 1011110 100001 0 1 11001001 1100010 110100

Color Harmonies of #0EA9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA9FD

Black with #0EA9FD

Text Example


Text Example

White with #0EA9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,169,253); }

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

background-color css

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

 a { background-color: rgb(14,169,253); }

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

border-color css

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

 span { border-color: rgb(14,169,253); }

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