Html Css Color HEX #0ED4FB Deep Sky Blue

📋 copy color: '#0ED4FB'

red 14 ◦ green 212 ◦ blue 251

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

Shades of Deep Sky Blue #0ED4FB

Tints of Deep Sky Blue #0ED4FB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.44%

 BLUE value IS 251 (98.44% from 255) = 52.62%

R = 2.94%
G = 44.44%
B = 52.62%

CMYK

 C value IS 0.94

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0ED4FB (or 0x0ED4FB) is known color: Deep Sky Blue. HEX triplet: 0E, D4 and FB. RGB value is (14,212,251). Sum of RGB (Red+Green+Blue) = 14+212+251=477 (63% of max value = 765). Red value is 14 (5.86% from 255 or 2.94% from 477); Green value is 212 (83.20% from 255 or 44.44% from 477); Blue value is 251 (98.44% from 255 or 52.62% from 477); Max value from RGB is 251 - color contains mainly: blue. Hex color #0ED4FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ED4FB is #F12B04. Grayscale: #9C9C9C. Windows color (decimal): -15805189 or 16503822. OLE color: 16503822.

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

Color convert

RGB 14 212 251 -
CMYK 0.94 0.16 0 0.02
HSL 189.87º 0.97% 0.52% -
HSV(B) 189.87º 0.94% 0.98% -
XYZ 41.14 54.15 99.55 -
YUV 157.24 180.9 25.83 -
System Red Green Blue C M Y K H S L
Decimal 14 212 251 0.94 0.16 0 0.02 189.87 0.97 0.52
Hex E D4 FB 5E 10 0 2 BE 61 34
Octal 16 324 373 136 20 0 2 276 141 64
Binary 1110 11010100 11111011 1011110 10000 0 10 10111110 1100001 110100

Color Harmonies of #0ED4FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED4FB

Black with #0ED4FB

Text Example


Text Example

White with #0ED4FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,212,251); }

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

background-color css

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

 a { background-color: rgb(14,212,251); }

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

border-color css

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

 span { border-color: rgb(14,212,251); }

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