#99C4F1

Color #99C4F1 Sail (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sail #99C4F1

Tints of Sail #99C4F1

Color information

#99C4F1 (or 0x99C4F1) is unknown color: approx Sail. HEX triplet: 99, C4 and F1. RGB value is (153,196,241). Sum of RGB (Red+Green+Blue) = 153+196+241=590 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.93% from 590); Green value is 196 (76.95% from 255 or 33.22% from 590); Blue value is 241 (94.53% from 255 or 40.85% from 590); Max value from RGB is 241 - color contains mainly: blue. Hex color #99C4F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99C4F1 is #663B0E. Grayscale: #BCBCBC. Windows color (decimal): -6699791 or 15844505. OLE color: 15844505.

HSL color Cylindrical-coordinate representation of color #99C4F1: hue angle of 210.68º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99C4F1 is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB153196241-
CMYK0.370.1900.05
HSL210.68º75.86%77.25%-
HSV(B)210.68º36.51%94.51%-
XYZ48.7552.690.8-
YUV188.27157.75102.84-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.93%
GREEN value IS 196 (76.95% from 255) = 33.22%
BLUE value IS 241 (94.53% from 255) = 40.85%
R=25.93%
G=33.22%
B=40.85%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1531962410.370.1900.05210.6875.8677.25
Hex99C4F1251305d34c4d
Octal231304361452305323114115
Binary1001100111000100111100011001011001101011101001110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,196,241); }

 H1.HeaderClassName
 {
   color: #99C4F1;
 }
 .AnyTagClassName
 {
   color: #99C4F1;
 }
</style>
background-color css

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

 a { background-color: rgb(153,196,241); }

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

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

 span { border-color: rgb(153,196,241); }

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