Html Css Color HEX #9FDCE0 Charlotte

📋 copy color: '#9FDCE0'

red 159 ◦ green 220 ◦ blue 224

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

Shades of Charlotte #9FDCE0

Tints of Charlotte #9FDCE0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.48%

 BLUE value IS 224 (87.89% from 255) = 37.15%

R = 26.37%
G = 36.48%
B = 37.15%

CMYK

 C value IS 0.29

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9FDCE0 (or 0x9FDCE0) is known color: Charlotte. HEX triplet: 9F, DC and E0. RGB value is (159,220,224). Sum of RGB (Red+Green+Blue) = 159+220+224=603 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.37% from 603); Green value is 220 (86.33% from 255 or 36.48% from 603); Blue value is 224 (87.89% from 255 or 37.15% from 603); Max value from RGB is 224 - color contains mainly: blue. Hex color #9FDCE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDCE0 is #60231F. Grayscale: #CACACA. Windows color (decimal): -6300448 or 14736543. OLE color: 14736543.

HSL color Cylindrical-coordinate representation of color #9FDCE0: hue angle of 183.69º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FDCE0 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 159 220 224 -
CMYK 0.29 0.02 0 0.12
HSL 183.69º 0.51% 0.75% -
HSV(B) 183.69º 0.29% 0.88% -
XYZ 53.35 63.94 80.05 -
YUV 202.22 140.29 97.17 -
System Red Green Blue C M Y K H S L
Decimal 159 220 224 0.29 0.02 0 0.12 183.69 0.51 0.75
Hex 9F DC E0 1D 2 0 C B8 33 4B
Octal 237 334 340 35 2 0 14 270 63 113
Binary 10011111 11011100 11100000 11101 10 0 1100 10111000 110011 1001011

Color Harmonies of #9FDCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDCE0

Black with #9FDCE0

Text Example


Text Example

White with #9FDCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,220,224); }

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

background-color css

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

 a { background-color: rgb(159,220,224); }

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

border-color css

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

 span { border-color: rgb(159,220,224); }

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