Html Css Color HEX #9FDEE8 Charlotte

📋 copy color: '#9FDEE8'

red 159 ◦ green 222 ◦ blue 232

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

Shades of Charlotte #9FDEE8

Tints of Charlotte #9FDEE8

RGB

 RED value IS 159 (62.5% from 255) = 25.94%

 GREEN value IS 222 (87.11% from 255) = 36.22%

 BLUE value IS 232 (91.02% from 255) = 37.85%

R = 25.94%
G = 36.22%
B = 37.85%

CMYK

 C value IS 0.31

 M value IS 0.04

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9FDEE8 (or 0x9FDEE8) is known color: Charlotte. HEX triplet: 9F, DE and E8. RGB value is (159,222,232). Sum of RGB (Red+Green+Blue) = 159+222+232=613 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.94% from 613); Green value is 222 (87.11% from 255 or 36.22% from 613); Blue value is 232 (91.02% from 255 or 37.85% from 613); Max value from RGB is 232 - color contains mainly: blue. Hex color #9FDEE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDEE8 is #602117. Grayscale: #CCCCCC. Windows color (decimal): -6299928 or 15261343. OLE color: 15261343.

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

Color convert

RGB 159 222 232 -
CMYK 0.31 0.04 0 0.09
HSL 188.22º 0.61% 0.77% -
HSV(B) 188.22º 0.31% 0.91% -
XYZ 54.98 65.44 86.08 -
YUV 204.3 143.63 95.69 -
System Red Green Blue C M Y K H S L
Decimal 159 222 232 0.31 0.04 0 0.09 188.22 0.61 0.77
Hex 9F DE E8 1F 4 0 9 BC 3D 4D
Octal 237 336 350 37 4 0 11 274 75 115
Binary 10011111 11011110 11101000 11111 100 0 1001 10111100 111101 1001101

Color Harmonies of #9FDEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDEE8

Black with #9FDEE8

Text Example


Text Example

White with #9FDEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,222,232); }

 H1.HeaderClassName
 {
   color: #9FDEE8;
 }
 .AnyTagClassName
 {
   color: #9FDEE8;
 }
</style>

background-color css

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

 a { background-color: rgb(159,222,232); }

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

border-color css

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

 span { border-color: rgb(159,222,232); }

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