Html Css Color HEX #0EC2FB Deep Sky Blue

📋 copy color: '#0EC2FB'

red 14 ◦ green 194 ◦ blue 251

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

Shades of Deep Sky Blue #0EC2FB

Tints of Deep Sky Blue #0EC2FB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.27%

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

R = 3.05%
G = 42.27%
B = 54.68%

CMYK

 C value IS 0.94

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0EC2FB (or 0x0EC2FB) is known color: Deep Sky Blue. HEX triplet: 0E, C2 and FB. RGB value is (14,194,251). Sum of RGB (Red+Green+Blue) = 14+194+251=459 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.05% from 459); Green value is 194 (76.17% from 255 or 42.27% from 459); Blue value is 251 (98.44% from 255 or 54.68% from 459); Max value from RGB is 251 - color contains mainly: blue. Hex color #0EC2FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EC2FB is #F13D04. Grayscale: #929292. Windows color (decimal): -15809797 or 16499214. OLE color: 16499214.

HSL color Cylindrical-coordinate representation of color #0EC2FB: hue angle of 194.43º 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 #0EC2FB is Cyan = 0.94, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 14 194 251 -
CMYK 0.94 0.23 0 0.02
HSL 194.43º 0.97% 0.52% -
HSV(B) 194.43º 0.94% 0.98% -
XYZ 36.89 45.64 98.13 -
YUV 146.68 186.87 33.37 -
System Red Green Blue C M Y K H S L
Decimal 14 194 251 0.94 0.23 0 0.02 194.43 0.97 0.52
Hex E C2 FB 5E 17 0 2 C2 61 34
Octal 16 302 373 136 27 0 2 302 141 64
Binary 1110 11000010 11111011 1011110 10111 0 10 11000010 1100001 110100

Color Harmonies of #0EC2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC2FB

Black with #0EC2FB

Text Example


Text Example

White with #0EC2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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