#0AD5F3

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

Shades of Deep Sky Blue #0AD5F3

Tints of Deep Sky Blue #0AD5F3

Color information

#0AD5F3 (or 0x0AD5F3) is unknown color: approx Deep Sky Blue. HEX triplet: 0A, D5 and F3. RGB value is (10,213,243). Sum of RGB (Red+Green+Blue) = 10+213+243=466 (61% of max value = 765). Red value is 10 (4.30% from 255 or 2.15% from 466); Green value is 213 (83.59% from 255 or 45.71% from 466); Blue value is 243 (95.31% from 255 or 52.15% from 466); Max value from RGB is 243 - color contains mainly: blue. Hex color #0AD5F3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0AD5F3 is #F52A0C. Grayscale: #9B9B9B. Windows color (decimal): -16067085 or 15979786. OLE color: 15979786.

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

Color convert

RGB10213243-
CMYK0.960.1200.05
HSL187.73º92.09%49.61%-
HSV(B)187.73º95.88%95.29%-
XYZ40.154.1293.13-
YUV155.72177.2524.06-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.15%
GREEN value IS 213 (83.59% from 255) = 45.71%
BLUE value IS 243 (95.31% from 255) = 52.15%
R=2.15%
G=45.71%
B=52.15%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal102132430.960.1200.05187.7392.0949.61
HexAD5F360C05bc5c32
Octal12325363140140527413462
Binary10101101010111110011110000011000101101111001011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AD5F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,213,243); }

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

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

 a { background-color: rgb(10,213,243); }

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

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

 span { border-color: rgb(10,213,243); }

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