#0DC3FB

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

Shades of Deep Sky Blue #0DC3FB

Tints of Deep Sky Blue #0DC3FB

Color information

#0DC3FB (or 0x0DC3FB) is unknown color: approx Deep Sky Blue. HEX triplet: 0D, C3 and FB. RGB value is (13,195,251). Sum of RGB (Red+Green+Blue) = 13+195+251=459 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.83% from 459); Green value is 195 (76.56% from 255 or 42.48% 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 #0DC3FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DC3FB is #F23C04. Grayscale: #929292. Windows color (decimal): -15875077 or 16499469. OLE color: 16499469.

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

Color convert

RGB13195251-
CMYK0.950.2200.02
HSL194.12º96.75%51.76%-
HSV(B)194.12º94.82%98.43%-
XYZ37.0946.0898.21-
YUV146.97186.732.45-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 2.83%
GREEN value IS 195 (76.56% from 255) = 42.48%
BLUE value IS 251 (98.44% from 255) = 54.68%
R=2.83%
G=42.48%
B=54.68%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal131952510.950.2200.02194.1296.7551.76
HexDC3FB5F1602c26134
Octal15303373137260230214164
Binary11011100001111111011101111110110010110000101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DC3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,195,251); }

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

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

 a { background-color: rgb(13,195,251); }

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

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

 span { border-color: rgb(13,195,251); }

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