Html Css Color HEX #9CDEE7 Charlotte

📋 copy color: '#9CDEE7'

red 156 ◦ green 222 ◦ blue 231

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

Shades of Charlotte #9CDEE7

Tints of Charlotte #9CDEE7

RGB

 RED value IS 156 (61.33% from 255) = 25.62%

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

 BLUE value IS 231 (90.63% from 255) = 37.93%

R = 25.62%
G = 36.45%
B = 37.93%

CMYK

 C value IS 0.32

 M value IS 0.04

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9CDEE7 (or 0x9CDEE7) is known color: Charlotte. HEX triplet: 9C, DE and E7. RGB value is (156,222,231). Sum of RGB (Red+Green+Blue) = 156+222+231=609 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.62% from 609); Green value is 222 (87.11% from 255 or 36.45% from 609); Blue value is 231 (90.62% from 255 or 37.93% from 609); Max value from RGB is 231 - color contains mainly: blue. Hex color #9CDEE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CDEE7 is #632118. Grayscale: #CBCBCB. Windows color (decimal): -6496537 or 15195804. OLE color: 15195804.

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

Color convert

RGB 156 222 231 -
CMYK 0.32 0.04 0 0.09
HSL 187.2º 0.61% 0.76% -
HSV(B) 187.2º 0.32% 0.91% -
XYZ 54.26 65.08 85.3 -
YUV 203.29 143.63 94.27 -
System Red Green Blue C M Y K H S L
Decimal 156 222 231 0.32 0.04 0 0.09 187.2 0.61 0.76
Hex 9C DE E7 20 4 0 9 BB 3D 4C
Octal 234 336 347 40 4 0 11 273 75 114
Binary 10011100 11011110 11100111 100000 100 0 1001 10111011 111101 1001100

Color Harmonies of #9CDEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDEE7

Black with #9CDEE7

Text Example


Text Example

White with #9CDEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,222,231); }

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

background-color css

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

 a { background-color: rgb(156,222,231); }

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

border-color css

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

 span { border-color: rgb(156,222,231); }

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