Html Css Color HEX #0EB9FF Deep Sky Blue

📋 copy color: '#0EB9FF'

red 14 ◦ green 185 ◦ blue 255

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

Shades of Deep Sky Blue #0EB9FF

Tints of Deep Sky Blue #0EB9FF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.75%

 BLUE value IS 255 (100% from 255) = 56.17%

R = 3.08%
G = 40.75%
B = 56.17%

CMYK

 C value IS 0.95

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0EB9FF (or 0x0EB9FF) is known color: Deep Sky Blue. HEX triplet: 0E, B9 and FF. RGB value is (14,185,255). Sum of RGB (Red+Green+Blue) = 14+185+255=454 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.08% from 454); Green value is 185 (72.66% from 255 or 40.75% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #0EB9FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EB9FF is #F14600. Grayscale: #8D8D8D. Windows color (decimal): -15812097 or 16759054. OLE color: 16759054.

HSL color Cylindrical-coordinate representation of color #0EB9FF: hue angle of 197.43º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0EB9FF is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 14 185 255 -
CMYK 0.95 0.27 0 0
HSL 197.43º 1% 0.53% -
HSV(B) 197.43º 0.95% 1% -
XYZ 35.58 42.01 100.84 -
YUV 141.85 191.85 36.81 -
System Red Green Blue C M Y K H S L
Decimal 14 185 255 0.95 0.27 0 0 197.43 1 0.53
Hex E B9 FF 5F 1B 0 0 C5 64 35
Octal 16 271 377 137 33 0 0 305 144 65
Binary 1110 10111001 11111111 1011111 11011 0 0 11000101 1100100 110101

Color Harmonies of #0EB9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB9FF

Black with #0EB9FF

Text Example


Text Example

White with #0EB9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,185,255); }

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

background-color css

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

 a { background-color: rgb(14,185,255); }

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

border-color css

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

 span { border-color: rgb(14,185,255); }

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