#0EBCF3

Color #0EBCF3 Deep Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sky Blue #0EBCF3

Tints of Deep Sky Blue #0EBCF3

Color information

#0EBCF3 (or 0x0EBCF3) is unknown color: approx Deep Sky Blue. HEX triplet: 0E, BC and F3. RGB value is (14,188,243). Sum of RGB (Red+Green+Blue) = 14+188+243=445 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.15% from 445); Green value is 188 (73.83% from 255 or 42.25% from 445); Blue value is 243 (95.31% from 255 or 54.61% from 445); Max value from RGB is 243 - color contains mainly: blue. Hex color #0EBCF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EBCF3 is #F1430C. Grayscale: #8D8D8D. Windows color (decimal): -15811341 or 15973390. OLE color: 15973390.

HSL color Cylindrical-coordinate representation of color #0EBCF3: hue angle of 194.41º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EBCF3 is Cyan = 0.94, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB14188243-
CMYK0.940.2300.05
HSL194.41º90.51%50.39%-
HSV(B)194.41º94.24%95.29%-
XYZ34.3442.5391.19-
YUV142.24184.8536.53-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.15%
GREEN value IS 188 (73.83% from 255) = 42.25%
BLUE value IS 243 (95.31% from 255) = 54.61%
R=3.15%
G=42.25%
B=54.61%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal141882430.940.2300.05194.4190.5150.39
HexEBCF35E1705c25b32
Octal16274363136270530213362
Binary111010111100111100111011110101110101110000101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EBCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,188,243); }

 H1.HeaderClassName
 {
   color: #0EBCF3;
 }
 .AnyTagClassName
 {
   color: #0EBCF3;
 }
</style>
background-color css

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

 a { background-color: rgb(14,188,243); }

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

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

 span { border-color: rgb(14,188,243); }

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