#00BAFF

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

Shades of Deep Sky Blue #00BAFF

Tints of Deep Sky Blue #00BAFF

Color information

#00BAFF (or 0x00BAFF) is unknown color: approx Deep Sky Blue. HEX triplet: 00, BA and FF. RGB value is (0,186,255). Sum of RGB (Red+Green+Blue) = 0+186+255=441 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 255 (100% from 255 or 57.82% from 441); Max value from RGB is 255 - color contains mainly: blue. Hex color #00BAFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00BAFF is #FF4500. Grayscale: #898989. Windows color (decimal): -16729345 or 16759296. OLE color: 16759296.

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

Color convert

RGB0186255-
CMYK10.2700
HSL196.24º100%50%-
HSV(B)196.24º100%100%-
XYZ35.6142.34100.9-
YUV138.25193.8829.39-

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.18%
BLUE value IS 255 (100% from 255) = 57.82%
R=0%
G=42.18%
B=57.82%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal018625510.2700196.2410050
Hex0BAFF641B00c46432
Octal0272377144330030414462
Binary0101110101111111111001001101100110001001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00BAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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