#9FD9EA

Color #9FD9EA Charlotte (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Charlotte #9FD9EA

Tints of Charlotte #9FD9EA

Color information

#9FD9EA (or 0x9FD9EA) is unknown color: approx Charlotte. HEX triplet: 9F, D9 and EA. RGB value is (159,217,234). Sum of RGB (Red+Green+Blue) = 159+217+234=610 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.07% from 610); Green value is 217 (85.16% from 255 or 35.57% from 610); Blue value is 234 (91.80% from 255 or 38.36% from 610); Max value from RGB is 234 - color contains mainly: blue. Hex color #9FD9EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FD9EA is #602615. Grayscale: #C9C9C9. Windows color (decimal): -6301206 or 15391135. OLE color: 15391135.

HSL color Cylindrical-coordinate representation of color #9FD9EA: hue angle of 193.6º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FD9EA is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB159217234-
CMYK0.320.0700.08
HSL193.6º64.1%77.06%-
HSV(B)193.6º32.05%91.76%-
XYZ53.9662.9487.15-
YUV201.6146.2897.62-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.07%
GREEN value IS 217 (85.16% from 255) = 35.57%
BLUE value IS 234 (91.80% from 255) = 38.36%
R=26.07%
G=35.57%
B=38.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1592172340.320.0700.08193.664.177.06
Hex9FD9EA20708c2404d
Octal237331352407010302100115
Binary100111111101100111101010100000111010001100001010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FD9EA; }

 p { color: rgb(159,217,234); }

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

<style>
 a { background-color: #9FD9EA; }

 a { background-color: rgb(159,217,234); }

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

<style>
 span { border-color: #9FD9EA; }

 span { border-color: rgb(159,217,234); }

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