Html Css Color HEX #9BD7DF Charlotte

📋 copy color: '#9BD7DF'

red 155 ◦ green 215 ◦ blue 223

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

Shades of Charlotte #9BD7DF

Tints of Charlotte #9BD7DF

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.26%

 BLUE value IS 223 (87.5% from 255) = 37.61%

R = 26.14%
G = 36.26%
B = 37.61%

CMYK

 C value IS 0.30

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9BD7DF (or 0x9BD7DF) is known color: Charlotte. HEX triplet: 9B, D7 and DF. RGB value is (155,215,223). Sum of RGB (Red+Green+Blue) = 155+215+223=593 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.14% from 593); Green value is 215 (84.38% from 255 or 36.26% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 223 - color contains mainly: blue. Hex color #9BD7DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD7DF is #642820. Grayscale: #C5C5C5. Windows color (decimal): -6563873 or 14669723. OLE color: 14669723.

HSL color Cylindrical-coordinate representation of color #9BD7DF: hue angle of 187.06º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BD7DF is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 215 223 -
CMYK 0.30 0.04 0 0.13
HSL 187.06º 0.52% 0.74% -
HSV(B) 187.06º 0.3% 0.87% -
XYZ 51.14 60.9 78.87 -
YUV 197.97 142.12 97.35 -
System Red Green Blue C M Y K H S L
Decimal 155 215 223 0.30 0.04 0 0.13 187.06 0.52 0.74
Hex 9B D7 DF 1E 4 0 D BB 34 4A
Octal 233 327 337 36 4 0 15 273 64 112
Binary 10011011 11010111 11011111 11110 100 0 1101 10111011 110100 1001010

Color Harmonies of #9BD7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD7DF

Black with #9BD7DF

Text Example


Text Example

White with #9BD7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,215,223); }

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

background-color css

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

 a { background-color: rgb(155,215,223); }

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

border-color css

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

 span { border-color: rgb(155,215,223); }

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