Html Css Color HEX #9BDCDF Charlotte

📋 copy color: '#9BDCDF'

red 155 ◦ green 220 ◦ blue 223

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

Shades of Charlotte #9BDCDF

Tints of Charlotte #9BDCDF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.79%

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

R = 25.92%
G = 36.79%
B = 37.29%

CMYK

 C value IS 0.30

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9BDCDF (or 0x9BDCDF) is known color: Charlotte. HEX triplet: 9B, DC and DF. RGB value is (155,220,223). Sum of RGB (Red+Green+Blue) = 155+220+223=598 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.92% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 223 - color contains mainly: blue. Hex color #9BDCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDCDF is #642320. Grayscale: #C8C8C8. Windows color (decimal): -6562593 or 14671003. OLE color: 14671003.

HSL color Cylindrical-coordinate representation of color #9BDCDF: hue angle of 182.65º 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 #9BDCDF is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 220 223 -
CMYK 0.30 0.01 0 0.13
HSL 182.65º 0.52% 0.74% -
HSV(B) 182.65º 0.3% 0.87% -
XYZ 52.43 63.48 79.3 -
YUV 200.91 140.47 95.26 -
System Red Green Blue C M Y K H S L
Decimal 155 220 223 0.30 0.01 0 0.13 182.65 0.52 0.74
Hex 9B DC DF 1E 1 0 D B7 34 4A
Octal 233 334 337 36 1 0 15 267 64 112
Binary 10011011 11011100 11011111 11110 1 0 1101 10110111 110100 1001010

Color Harmonies of #9BDCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDCDF

Black with #9BDCDF

Text Example


Text Example

White with #9BDCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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