Html Css Color HEX #99C2EE Sail

📋 copy color: '#99C2EE'

red 153 ◦ green 194 ◦ blue 238

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

Shades of Sail #99C2EE

Tints of Sail #99C2EE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.16%

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

R = 26.15%
G = 33.16%
B = 40.68%

CMYK

 C value IS 0.36

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#99C2EE (or 0x99C2EE) is known color: Sail. HEX triplet: 99, C2 and EE. RGB value is (153,194,238). Sum of RGB (Red+Green+Blue) = 153+194+238=585 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.15% from 585); Green value is 194 (76.17% from 255 or 33.16% from 585); Blue value is 238 (93.36% from 255 or 40.68% from 585); Max value from RGB is 238 - color contains mainly: blue. Hex color #99C2EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99C2EE is #663D11. Grayscale: #BABABA. Windows color (decimal): -6700306 or 15647385. OLE color: 15647385.

HSL color Cylindrical-coordinate representation of color #99C2EE: hue angle of 211.06º 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 #99C2EE is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 153 194 238 -
CMYK 0.36 0.18 0 0.07
HSL 211.06º 0.71% 0.77% -
HSV(B) 211.06º 0.36% 0.93% -
XYZ 47.86 51.53 88.31 -
YUV 186.76 156.92 103.92 -
System Red Green Blue C M Y K H S L
Decimal 153 194 238 0.36 0.18 0 0.07 211.06 0.71 0.77
Hex 99 C2 EE 24 12 0 7 D3 47 4D
Octal 231 302 356 44 22 0 7 323 107 115
Binary 10011001 11000010 11101110 100100 10010 0 111 11010011 1000111 1001101

Color Harmonies of #99C2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C2EE

Black with #99C2EE

Text Example


Text Example

White with #99C2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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