Html Css Color HEX #9BDBEA Charlotte

📋 copy color: '#9BDBEA'

red 155 ◦ green 219 ◦ blue 234

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

Shades of Charlotte #9BDBEA

Tints of Charlotte #9BDBEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.49%

R = 25.49%
G = 36.02%
B = 38.49%

CMYK

 C value IS 0.34

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9BDBEA (or 0x9BDBEA) is known color: Charlotte. HEX triplet: 9B, DB and EA. RGB value is (155,219,234). Sum of RGB (Red+Green+Blue) = 155+219+234=608 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.49% from 608); Green value is 219 (85.94% from 255 or 36.02% from 608); Blue value is 234 (91.80% from 255 or 38.49% from 608); Max value from RGB is 234 - color contains mainly: blue. Hex color #9BDBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BDBEA is #642415. Grayscale: #C9C9C9. Windows color (decimal): -6562838 or 15391643. OLE color: 15391643.

HSL color Cylindrical-coordinate representation of color #9BDBEA: hue angle of 191.39º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BDBEA is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 155 219 234 -
CMYK 0.34 0.06 0 0.08
HSL 191.39º 0.65% 0.76% -
HSV(B) 191.39º 0.34% 0.92% -
XYZ 53.7 63.57 87.28 -
YUV 201.57 146.3 94.78 -
System Red Green Blue C M Y K H S L
Decimal 155 219 234 0.34 0.06 0 0.08 191.39 0.65 0.76
Hex 9B DB EA 22 6 0 8 BF 41 4C
Octal 233 333 352 42 6 0 10 277 101 114
Binary 10011011 11011011 11101010 100010 110 0 1000 10111111 1000001 1001100

Color Harmonies of #9BDBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDBEA

Black with #9BDBEA

Text Example


Text Example

White with #9BDBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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