#00bbee

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

Shades of Deep Sky Blue #00BBEE

Tints of Deep Sky Blue #00BBEE

Color information

#00BBEE (or 0x00BBEE) is unknown color: approx Deep Sky Blue. HEX triplet: 00, BB and EE. RGB value is (0,187,238). Sum of RGB (Red+Green+Blue) = 0+187+238=425 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 425); Green value is 187 (73.44% from 255 or 44% from 425); Blue value is 238 (93.36% from 255 or 56% from 425); Max value from RGB is 238 - color contains mainly: blue. Hex color #00BBEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00BBEE is #FF4411. Grayscale: #888888. Windows color (decimal): -16729106 or 15645440. OLE color: 15645440.

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

Color convert

RGB0187238-
CMYK10.2100.07
HSL192.86º100%46.67%-
HSV(B)192.86º100%93.33%-
XYZ33.241.7187.19-
YUV136.9185.0530.35-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 187 (73.44% from 255) = 44%
BLUE value IS 238 (93.36% from 255) = 56%
R=0%
G=44%
B=56%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal018723810.2100.07192.8610046.67
Hex0BBEE641507c1642f
Octal0273356144250730114457
Binary010111011111011101100100101010111110000011100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00bbee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,187,238); }

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

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

 a { background-color: rgb(0,187,238); }

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

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

 span { border-color: rgb(0,187,238); }

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