#01B8F5

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

Shades of Deep Sky Blue #01B8F5

Tints of Deep Sky Blue #01B8F5

Color information

#01B8F5 (or 0x01B8F5) is unknown color: approx Deep Sky Blue. HEX triplet: 01, B8 and F5. RGB value is (1,184,245). Sum of RGB (Red+Green+Blue) = 1+184+245=430 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 430); Green value is 184 (72.27% from 255 or 42.79% from 430); Blue value is 245 (96.09% from 255 or 56.98% from 430); Max value from RGB is 245 - color contains mainly: blue. Hex color #01B8F5 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01B8F5 is #FE470A. Grayscale: #878787. Windows color (decimal): -16664331 or 16103425. OLE color: 16103425.

HSL color Cylindrical-coordinate representation of color #01B8F5: hue angle of 195º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01B8F5 is Cyan = 1.00, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB1184245-
CMYK1.000.2500.04
HSL195º99.19%48.24%-
HSV(B)195º99.59%96.08%-
XYZ33.6340.8892.5-
YUV136.24189.3731.54-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.23%
GREEN value IS 184 (72.27% from 255) = 42.79%
BLUE value IS 245 (96.09% from 255) = 56.98%
R=0.23%
G=42.79%
B=56.98%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal11842451.000.2500.0419599.1948.24
Hex1B8F5641904c36330
Octal1270365144310430314360
Binary110111000111101011100100110010100110000111100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01B8F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01B8F5; }

 p { color: rgb(1,184,245); }

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

<style>
 a { background-color: #01B8F5; }

 a { background-color: rgb(1,184,245); }

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

<style>
 span { border-color: #01B8F5; }

 span { border-color: rgb(1,184,245); }

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