Html Css Color HEX #9BD9E7 Charlotte

📋 copy color: '#9BD9E7'

red 155 ◦ green 217 ◦ blue 231

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

Shades of Charlotte #9BD9E7

Tints of Charlotte #9BD9E7

RGB

 RED value IS 155 (60.94% from 255) = 25.7%

 GREEN value IS 217 (85.16% from 255) = 35.99%

 BLUE value IS 231 (90.63% from 255) = 38.31%

R = 25.7%
G = 35.99%
B = 38.31%

CMYK

 C value IS 0.33

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9BD9E7 (or 0x9BD9E7) is known color: Charlotte. HEX triplet: 9B, D9 and E7. RGB value is (155,217,231). Sum of RGB (Red+Green+Blue) = 155+217+231=603 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.70% from 603); Green value is 217 (85.16% from 255 or 35.99% from 603); Blue value is 231 (90.62% from 255 or 38.31% from 603); Max value from RGB is 231 - color contains mainly: blue. Hex color #9BD9E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BD9E7 is #642618. Grayscale: #C7C7C7. Windows color (decimal): -6563353 or 15194523. OLE color: 15194523.

HSL color Cylindrical-coordinate representation of color #9BD9E7: hue angle of 191.05º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BD9E7 is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 155 217 231 -
CMYK 0.33 0.06 0 0.09
HSL 191.05º 0.61% 0.76% -
HSV(B) 191.05º 0.33% 0.91% -
XYZ 52.75 62.36 84.86 -
YUV 200.06 145.46 95.86 -
System Red Green Blue C M Y K H S L
Decimal 155 217 231 0.33 0.06 0 0.09 191.05 0.61 0.76
Hex 9B D9 E7 21 6 0 9 BF 3D 4C
Octal 233 331 347 41 6 0 11 277 75 114
Binary 10011011 11011001 11100111 100001 110 0 1001 10111111 111101 1001100

Color Harmonies of #9BD9E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD9E7

Black with #9BD9E7

Text Example


Text Example

White with #9BD9E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,217,231); }

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

background-color css

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

 a { background-color: rgb(155,217,231); }

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

border-color css

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

 span { border-color: rgb(155,217,231); }

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