Html Css Color HEX #9FDBE1 Charlotte

📋 copy color: '#9FDBE1'

red 159 ◦ green 219 ◦ blue 225

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

Shades of Charlotte #9FDBE1

Tints of Charlotte #9FDBE1

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.32%

 BLUE value IS 225 (88.28% from 255) = 37.31%

R = 26.37%
G = 36.32%
B = 37.31%

CMYK

 C value IS 0.29

 M value IS 0.03

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9FDBE1 (or 0x9FDBE1) is known color: Charlotte. HEX triplet: 9F, DB and E1. RGB value is (159,219,225). Sum of RGB (Red+Green+Blue) = 159+219+225=603 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.37% from 603); Green value is 219 (85.94% from 255 or 36.32% from 603); Blue value is 225 (88.28% from 255 or 37.31% from 603); Max value from RGB is 225 - color contains mainly: blue. Hex color #9FDBE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDBE1 is #60241E. Grayscale: #C9C9C9. Windows color (decimal): -6300703 or 14801823. OLE color: 14801823.

HSL color Cylindrical-coordinate representation of color #9FDBE1: hue angle of 185.45º degrees, saturation: 0.52, 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 #9FDBE1 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 159 219 225 -
CMYK 0.29 0.03 0 0.12
HSL 185.45º 0.52% 0.75% -
HSV(B) 185.45º 0.29% 0.88% -
XYZ 53.22 63.47 80.68 -
YUV 201.74 141.12 97.51 -
System Red Green Blue C M Y K H S L
Decimal 159 219 225 0.29 0.03 0 0.12 185.45 0.52 0.75
Hex 9F DB E1 1D 3 0 C B9 34 4B
Octal 237 333 341 35 3 0 14 271 64 113
Binary 10011111 11011011 11100001 11101 11 0 1100 10111001 110100 1001011

Color Harmonies of #9FDBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDBE1

Black with #9FDBE1

Text Example


Text Example

White with #9FDBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,219,225); }

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

background-color css

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

 a { background-color: rgb(159,219,225); }

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

border-color css

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

 span { border-color: rgb(159,219,225); }

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