#00BAF7

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

Shades of Deep Sky Blue #00BAF7

Tints of Deep Sky Blue #00BAF7

Color information

#00BAF7 (or 0x00BAF7) is unknown color: approx Deep Sky Blue. HEX triplet: 00, BA and F7. RGB value is (0,186,247). Sum of RGB (Red+Green+Blue) = 0+186+247=433 (57% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 247 (96.88% from 255 or 57.04% from 433); Max value from RGB is 247 - color contains mainly: blue. Hex color #00BAF7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00BAF7 is #FF4508. Grayscale: #888888. Windows color (decimal): -16729353 or 16235008. OLE color: 16235008.

HSL color Cylindrical-coordinate representation of color #00BAF7: hue angle of 194.82º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BAF7 is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB0186247-
CMYK10.2500.03
HSL194.82º100%48.43%-
HSV(B)194.82º100%96.86%-
XYZ34.3541.8394.26-
YUV137.34189.8830.04-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 186 (73.05% from 255) = 42.96%
BLUE value IS 247 (96.88% from 255) = 57.04%
R=0%
G=42.96%
B=57.04%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal018624710.2500.03194.8210048.43
Hex0BAF7641903c36430
Octal0272367144310330314460
Binary01011101011110111110010011001011110000111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00BAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,186,247); }

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

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

 a { background-color: rgb(0,186,247); }

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

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

 span { border-color: rgb(0,186,247); }

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