Html Css Color HEX #9FDBEE Charlotte

📋 copy color: '#9FDBEE'

red 159 ◦ green 219 ◦ blue 238

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

Shades of Charlotte #9FDBEE

Tints of Charlotte #9FDBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.64%

R = 25.81%
G = 35.55%
B = 38.64%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9FDBEE (or 0x9FDBEE) is known color: Charlotte. HEX triplet: 9F, DB and EE. RGB value is (159,219,238). Sum of RGB (Red+Green+Blue) = 159+219+238=616 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.81% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 238 (93.36% from 255 or 38.64% from 616); Max value from RGB is 238 - color contains mainly: blue. Hex color #9FDBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDBEE is #602411. Grayscale: #CBCBCB. Windows color (decimal): -6300690 or 15653791. OLE color: 15653791.

HSL color Cylindrical-coordinate representation of color #9FDBEE: hue angle of 194.43º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FDBEE is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 159 219 238 -
CMYK 0.33 0.08 0 0.07
HSL 194.43º 0.7% 0.78% -
HSV(B) 194.43º 0.33% 0.93% -
XYZ 55.06 64.21 90.38 -
YUV 203.23 147.62 96.46 -
System Red Green Blue C M Y K H S L
Decimal 159 219 238 0.33 0.08 0 0.07 194.43 0.7 0.78
Hex 9F DB EE 21 8 0 7 C2 46 4E
Octal 237 333 356 41 10 0 7 302 106 116
Binary 10011111 11011011 11101110 100001 1000 0 111 11000010 1000110 1001110

Color Harmonies of #9FDBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDBEE

Black with #9FDBEE

Text Example


Text Example

White with #9FDBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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