Html Css Color HEX #99BFED Sail

📋 copy color: '#99BFED'

red 153 ◦ green 191 ◦ blue 237

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

Shades of Sail #99BFED

Tints of Sail #99BFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.79%

R = 26.33%
G = 32.87%
B = 40.79%

CMYK

 C value IS 0.35

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#99BFED (or 0x99BFED) is known color: Sail. HEX triplet: 99, BF and ED. RGB value is (153,191,237). Sum of RGB (Red+Green+Blue) = 153+191+237=581 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.33% from 581); Green value is 191 (75% from 255 or 32.87% from 581); Blue value is 237 (92.97% from 255 or 40.79% from 581); Max value from RGB is 237 - color contains mainly: blue. Hex color #99BFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BFED is #664012. Grayscale: #B8B8B8. Windows color (decimal): -6701075 or 15581081. OLE color: 15581081.

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

Color convert

RGB 153 191 237 -
CMYK 0.35 0.19 0 0.07
HSL 212.86º 0.7% 0.76% -
HSV(B) 212.86º 0.35% 0.93% -
XYZ 47.05 50.15 87.32 -
YUV 184.88 157.41 105.26 -
System Red Green Blue C M Y K H S L
Decimal 153 191 237 0.35 0.19 0 0.07 212.86 0.7 0.76
Hex 99 BF ED 23 13 0 7 D5 46 4C
Octal 231 277 355 43 23 0 7 325 106 114
Binary 10011001 10111111 11101101 100011 10011 0 111 11010101 1000110 1001100

Color Harmonies of #99BFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BFED

Black with #99BFED

Text Example


Text Example

White with #99BFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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