Html Css Color HEX #99BDEA Sail

📋 copy color: '#99BDEA'

red 153 ◦ green 189 ◦ blue 234

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

Shades of Sail #99BDEA

Tints of Sail #99BDEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.63%

R = 26.56%
G = 32.81%
B = 40.63%

CMYK

 C value IS 0.35

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#99BDEA (or 0x99BDEA) is known color: Sail. HEX triplet: 99, BD and EA. RGB value is (153,189,234). Sum of RGB (Red+Green+Blue) = 153+189+234=576 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.56% from 576); Green value is 189 (74.22% from 255 or 32.81% from 576); Blue value is 234 (91.80% from 255 or 40.62% from 576); Max value from RGB is 234 - color contains mainly: blue. Hex color #99BDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BDEA is #664215. Grayscale: #B7B7B7. Windows color (decimal): -6701590 or 15383961. OLE color: 15383961.

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

Color convert

RGB 153 189 234 -
CMYK 0.35 0.19 0 0.08
HSL 213.33º 0.66% 0.76% -
HSV(B) 213.33º 0.35% 0.92% -
XYZ 46.19 49.11 84.89 -
YUV 183.37 156.57 106.34 -
System Red Green Blue C M Y K H S L
Decimal 153 189 234 0.35 0.19 0 0.08 213.33 0.66 0.76
Hex 99 BD EA 23 13 0 8 D5 42 4C
Octal 231 275 352 43 23 0 10 325 102 114
Binary 10011001 10111101 11101010 100011 10011 0 1000 11010101 1000010 1001100

Color Harmonies of #99BDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BDEA

Black with #99BDEA

Text Example


Text Example

White with #99BDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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