Html Css Color HEX #99BFEE Sail

📋 copy color: '#99BFEE'

red 153 ◦ green 191 ◦ blue 238

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

Shades of Sail #99BFEE

Tints of Sail #99BFEE

RGB

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

 GREEN value IS 191 (75% from 255) = 32.82%

 BLUE value IS 238 (93.36% from 255) = 40.89%

R = 26.29%
G = 32.82%
B = 40.89%

CMYK

 C value IS 0.36

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#99BFEE (or 0x99BFEE) is known color: Sail. HEX triplet: 99, BF and EE. RGB value is (153,191,238). Sum of RGB (Red+Green+Blue) = 153+191+238=582 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.29% from 582); Green value is 191 (75% from 255 or 32.82% from 582); Blue value is 238 (93.36% from 255 or 40.89% from 582); Max value from RGB is 238 - color contains mainly: blue. Hex color #99BFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BFEE is #664011. Grayscale: #B8B8B8. Windows color (decimal): -6701074 or 15646617. OLE color: 15646617.

HSL color Cylindrical-coordinate representation of color #99BFEE: hue angle of 213.18º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99BFEE is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 153 191 238 -
CMYK 0.36 0.20 0 0.07
HSL 213.18º 0.71% 0.77% -
HSV(B) 213.18º 0.36% 0.93% -
XYZ 47.2 50.21 88.09 -
YUV 185 157.91 105.18 -
System Red Green Blue C M Y K H S L
Decimal 153 191 238 0.36 0.20 0 0.07 213.18 0.71 0.77
Hex 99 BF EE 24 14 0 7 D5 47 4D
Octal 231 277 356 44 24 0 7 325 107 115
Binary 10011001 10111111 11101110 100100 10100 0 111 11010101 1000111 1001101

Color Harmonies of #99BFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BFEE

Black with #99BFEE

Text Example


Text Example

White with #99BFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,191,238); }

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

background-color css

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

 a { background-color: rgb(153,191,238); }

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

border-color css

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

 span { border-color: rgb(153,191,238); }

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