Html Css Color HEX #9FDBE6 Charlotte

📋 copy color: '#9FDBE6'

red 159 ◦ green 219 ◦ blue 230

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

Shades of Charlotte #9FDBE6

Tints of Charlotte #9FDBE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.83%

R = 26.15%
G = 36.02%
B = 37.83%

CMYK

 C value IS 0.31

 M value IS 0.05

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9FDBE6 (or 0x9FDBE6) is known color: Charlotte. HEX triplet: 9F, DB and E6. RGB value is (159,219,230). Sum of RGB (Red+Green+Blue) = 159+219+230=608 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.15% from 608); Green value is 219 (85.94% from 255 or 36.02% from 608); Blue value is 230 (90.23% from 255 or 37.83% from 608); Max value from RGB is 230 - color contains mainly: blue. Hex color #9FDBE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDBE6 is #602419. Grayscale: #CACACA. Windows color (decimal): -6300698 or 15129503. OLE color: 15129503.

HSL color Cylindrical-coordinate representation of color #9FDBE6: hue angle of 189.3º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FDBE6 is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 159 219 230 -
CMYK 0.31 0.05 0 0.10
HSL 189.3º 0.59% 0.76% -
HSV(B) 189.3º 0.31% 0.9% -
XYZ 53.91 63.75 84.33 -
YUV 202.31 143.62 97.11 -
System Red Green Blue C M Y K H S L
Decimal 159 219 230 0.31 0.05 0 0.10 189.3 0.59 0.76
Hex 9F DB E6 1F 5 0 A BD 3B 4C
Octal 237 333 346 37 5 0 12 275 73 114
Binary 10011111 11011011 11100110 11111 101 0 1010 10111101 111011 1001100

Color Harmonies of #9FDBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDBE6

Black with #9FDBE6

Text Example


Text Example

White with #9FDBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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