#9FDFE7

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

Shades of Charlotte #9FDFE7

Tints of Charlotte #9FDFE7

Color information

#9FDFE7 (or 0x9FDFE7) is unknown color: approx Charlotte. HEX triplet: 9F, DF and E7. RGB value is (159,223,231). Sum of RGB (Red+Green+Blue) = 159+223+231=613 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.94% from 613); Green value is 223 (87.5% from 255 or 36.38% from 613); Blue value is 231 (90.62% from 255 or 37.68% from 613); Max value from RGB is 231 - color contains mainly: blue. Hex color #9FDFE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDFE7 is #602018. Grayscale: #CCCCCC. Windows color (decimal): -6299673 or 15196063. OLE color: 15196063.

HSL color Cylindrical-coordinate representation of color #9FDFE7: hue angle of 186.67º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FDFE7 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB159223231-
CMYK0.310.0300.09
HSL186.67º60%76.47%-
HSV(B)186.67º31.17%90.59%-
XYZ55.1165.9285.42-
YUV204.78142.895.35-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.94%
GREEN value IS 223 (87.5% from 255) = 36.38%
BLUE value IS 231 (90.62% from 255) = 37.68%
R=25.94%
G=36.38%
B=37.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1592232310.310.0300.09186.676076.47
Hex9FDFE71F309bb3c4c
Octal23733734737301127374114
Binary100111111101111111100111111111101001101110111111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,223,231); }

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

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

 a { background-color: rgb(159,223,231); }

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

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

 span { border-color: rgb(159,223,231); }

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