#99BEEB

Color #99BEEB Sail (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sail #99BEEB

Tints of Sail #99BEEB

Color information

#99BEEB (or 0x99BEEB) is unknown color: approx Sail. HEX triplet: 99, BE and EB. RGB value is (153,190,235). Sum of RGB (Red+Green+Blue) = 153+190+235=578 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.47% from 578); Green value is 190 (74.61% from 255 or 32.87% from 578); Blue value is 235 (92.19% from 255 or 40.66% from 578); Max value from RGB is 235 - color contains mainly: blue. Hex color #99BEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BEEB is #664114. Grayscale: #B7B7B7. Windows color (decimal): -6701333 or 15449753. OLE color: 15449753.

HSL color Cylindrical-coordinate representation of color #99BEEB: hue angle of 212.93º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99BEEB is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB153190235-
CMYK0.350.1900.08
HSL212.93º67.21%76.08%-
HSV(B)212.93º34.89%92.16%-
XYZ46.5549.685.72-
YUV184.07156.74105.84-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.47%
GREEN value IS 190 (74.61% from 255) = 32.87%
BLUE value IS 235 (92.19% from 255) = 40.66%
R=26.47%
G=32.87%
B=40.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1531902350.350.1900.08212.9367.2176.08
Hex99BEEB231308d5434c
Octal2312763534323010325103114
Binary10011001101111101110101110001110011010001101010110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99BEEB; }

 p { color: rgb(153,190,235); }

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

<style>
 a { background-color: #99BEEB; }

 a { background-color: rgb(153,190,235); }

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

<style>
 span { border-color: #99BEEB; }

 span { border-color: rgb(153,190,235); }

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