Html Css Color HEX #9BDBEC Charlotte

📋 copy color: '#9BDBEC'

red 155 ◦ green 219 ◦ blue 236

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

Shades of Charlotte #9BDBEC

Tints of Charlotte #9BDBEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.69%

R = 25.41%
G = 35.9%
B = 38.69%

CMYK

 C value IS 0.34

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9BDBEC (or 0x9BDBEC) is known color: Charlotte. HEX triplet: 9B, DB and EC. RGB value is (155,219,236). Sum of RGB (Red+Green+Blue) = 155+219+236=610 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.41% from 610); Green value is 219 (85.94% from 255 or 35.90% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 236 - color contains mainly: blue. Hex color #9BDBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BDBEC is #642413. Grayscale: #C9C9C9. Windows color (decimal): -6562836 or 15522715. OLE color: 15522715.

HSL color Cylindrical-coordinate representation of color #9BDBEC: hue angle of 192.59º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BDBEC is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 155 219 236 -
CMYK 0.34 0.07 0 0.07
HSL 192.59º 0.68% 0.77% -
HSV(B) 192.59º 0.34% 0.93% -
XYZ 53.99 63.69 88.8 -
YUV 201.8 147.3 94.62 -
System Red Green Blue C M Y K H S L
Decimal 155 219 236 0.34 0.07 0 0.07 192.59 0.68 0.77
Hex 9B DB EC 22 7 0 7 C1 44 4D
Octal 233 333 354 42 7 0 7 301 104 115
Binary 10011011 11011011 11101100 100010 111 0 111 11000001 1000100 1001101

Color Harmonies of #9BDBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDBEC

Black with #9BDBEC

Text Example


Text Example

White with #9BDBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,219,236); }

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

background-color css

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

 a { background-color: rgb(155,219,236); }

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

border-color css

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

 span { border-color: rgb(155,219,236); }

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