Html Css Color HEX #9BD6DF Charlotte

📋 copy color: '#9BD6DF'

red 155 ◦ green 214 ◦ blue 223

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

Shades of Charlotte #9BD6DF

Tints of Charlotte #9BD6DF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.15%

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

R = 26.18%
G = 36.15%
B = 37.67%

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

#9BD6DF (or 0x9BD6DF) is known color: Charlotte. HEX triplet: 9B, D6 and DF. RGB value is (155,214,223). Sum of RGB (Red+Green+Blue) = 155+214+223=592 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.18% from 592); Green value is 214 (83.98% from 255 or 36.15% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 223 - color contains mainly: blue. Hex color #9BD6DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD6DF is #642920. Grayscale: #C5C5C5. Windows color (decimal): -6564129 or 14669467. OLE color: 14669467.

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

Color convert

RGB 155 214 223 -
CMYK 0.30 0.04 0 0.13
HSL 187.94º 0.52% 0.74% -
HSV(B) 187.94º 0.3% 0.87% -
XYZ 50.88 60.39 78.79 -
YUV 197.39 142.45 97.77 -
System Red Green Blue C M Y K H S L
Decimal 155 214 223 0.30 0.04 0 0.13 187.94 0.52 0.74
Hex 9B D6 DF 1E 4 0 D BC 34 4A
Octal 233 326 337 36 4 0 15 274 64 112
Binary 10011011 11010110 11011111 11110 100 0 1101 10111100 110100 1001010

Color Harmonies of #9BD6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD6DF

Black with #9BD6DF

Text Example


Text Example

White with #9BD6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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