Html Css Color HEX #9FDBEB Charlotte

📋 copy color: '#9FDBEB'

red 159 ◦ green 219 ◦ blue 235

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

Shades of Charlotte #9FDBEB

Tints of Charlotte #9FDBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.34%

R = 25.94%
G = 35.73%
B = 38.34%

CMYK

 C value IS 0.32

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9FDBEB (or 0x9FDBEB) is known color: Charlotte. HEX triplet: 9F, DB and EB. RGB value is (159,219,235). Sum of RGB (Red+Green+Blue) = 159+219+235=613 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.94% from 613); Green value is 219 (85.94% from 255 or 35.73% from 613); Blue value is 235 (92.19% from 255 or 38.34% from 613); Max value from RGB is 235 - color contains mainly: blue. Hex color #9FDBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDBEB is #602414. Grayscale: #CACACA. Windows color (decimal): -6300693 or 15457183. OLE color: 15457183.

HSL color Cylindrical-coordinate representation of color #9FDBEB: hue angle of 192.63º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FDBEB is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 159 219 235 -
CMYK 0.32 0.07 0 0.08
HSL 192.63º 0.66% 0.77% -
HSV(B) 192.63º 0.32% 0.92% -
XYZ 54.62 64.03 88.08 -
YUV 202.88 146.12 96.7 -
System Red Green Blue C M Y K H S L
Decimal 159 219 235 0.32 0.07 0 0.08 192.63 0.66 0.77
Hex 9F DB EB 20 7 0 8 C1 42 4D
Octal 237 333 353 40 7 0 10 301 102 115
Binary 10011111 11011011 11101011 100000 111 0 1000 11000001 1000010 1001101

Color Harmonies of #9FDBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDBEB

Black with #9FDBEB

Text Example


Text Example

White with #9FDBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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