Html Css Color HEX #99BDEB Sail

📋 copy color: '#99BDEB'

red 153 ◦ green 189 ◦ blue 235

#99BDEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sail #99BDEB

Tints of Sail #99BDEB

RGB

 RED value IS 153 (60.16% from 255) = 26.52%

 GREEN value IS 189 (74.22% from 255) = 32.76%

 BLUE value IS 235 (92.19% from 255) = 40.73%

R = 26.52%
G = 32.76%
B = 40.73%

CMYK

 C value IS 0.35

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#99BDEB (or 0x99BDEB) is known color: Sail. HEX triplet: 99, BD and EB. RGB value is (153,189,235). Sum of RGB (Red+Green+Blue) = 153+189+235=577 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.52% from 577); Green value is 189 (74.22% from 255 or 32.76% from 577); Blue value is 235 (92.19% from 255 or 40.73% from 577); Max value from RGB is 235 - color contains mainly: blue. Hex color #99BDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BDEB is #664214. Grayscale: #B7B7B7. Windows color (decimal): -6701589 or 15449497. OLE color: 15449497.

HSL color Cylindrical-coordinate representation of color #99BDEB: hue angle of 213.66º 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 #99BDEB is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 153 189 235 -
CMYK 0.35 0.20 0 0.08
HSL 213.66º 0.67% 0.76% -
HSV(B) 213.66º 0.35% 0.92% -
XYZ 46.33 49.17 85.65 -
YUV 183.48 157.07 106.26 -
System Red Green Blue C M Y K H S L
Decimal 153 189 235 0.35 0.20 0 0.08 213.66 0.67 0.76
Hex 99 BD EB 23 14 0 8 D6 43 4C
Octal 231 275 353 43 24 0 10 326 103 114
Binary 10011001 10111101 11101011 100011 10100 0 1000 11010110 1000011 1001100

Color Harmonies of #99BDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BDEB

Black with #99BDEB

Text Example


Text Example

White with #99BDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #99BDEB;
 }
 .AnyTagClassName
 {
   color: #99BDEB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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