#00B8FC

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

Shades of Deep Sky Blue #00B8FC

Tints of Deep Sky Blue #00B8FC

Color information

#00B8FC (or 0x00B8FC) is unknown color: approx Deep Sky Blue. HEX triplet: 00, B8 and FC. RGB value is (0,184,252). Sum of RGB (Red+Green+Blue) = 0+184+252=436 (57% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 436); Green value is 184 (72.27% from 255 or 42.20% from 436); Blue value is 252 (98.83% from 255 or 57.80% from 436); Max value from RGB is 252 - color contains mainly: blue. Hex color #00B8FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00B8FC is #FF4703. Grayscale: #888888. Windows color (decimal): -16729860 or 16562176. OLE color: 16562176.

HSL color Cylindrical-coordinate representation of color #00B8FC: hue angle of 196.19º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B8FC is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB0184252-
CMYK10.2700.01
HSL196.19º100%49.41%-
HSV(B)196.19º100%98.82%-
XYZ34.7141.3198.24-
YUV136.74193.0430.47-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 184 (72.27% from 255) = 42.20%
BLUE value IS 252 (98.83% from 255) = 57.80%
R=0%
G=42.20%
B=57.80%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal018425210.2700.01196.1910049.41
Hex0B8FC641B01c46431
Octal0270374144330130414461
Binary0101110001111110011001001101101110001001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00B8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00B8FC; }

 p { color: rgb(0,184,252); }

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

<style>
 a { background-color: #00B8FC; }

 a { background-color: rgb(0,184,252); }

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

<style>
 span { border-color: #00B8FC; }

 span { border-color: rgb(0,184,252); }

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