Html Css Color HEX #9BDBEE Charlotte

📋 copy color: '#9BDBEE'

red 155 ◦ green 219 ◦ blue 238

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

Shades of Charlotte #9BDBEE

Tints of Charlotte #9BDBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.89%

R = 25.33%
G = 35.78%
B = 38.89%

CMYK

 C value IS 0.35

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9BDBEE (or 0x9BDBEE) is known color: Charlotte. HEX triplet: 9B, DB and EE. RGB value is (155,219,238). Sum of RGB (Red+Green+Blue) = 155+219+238=612 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.33% from 612); Green value is 219 (85.94% from 255 or 35.78% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 238 - color contains mainly: blue. Hex color #9BDBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BDBEE is #642411. Grayscale: #C9C9C9. Windows color (decimal): -6562834 or 15653787. OLE color: 15653787.

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

Color convert

RGB 155 219 238 -
CMYK 0.35 0.08 0 0.07
HSL 193.73º 0.71% 0.77% -
HSV(B) 193.73º 0.35% 0.93% -
XYZ 54.28 63.8 90.34 -
YUV 202.03 148.3 94.46 -
System Red Green Blue C M Y K H S L
Decimal 155 219 238 0.35 0.08 0 0.07 193.73 0.71 0.77
Hex 9B DB EE 23 8 0 7 C2 47 4D
Octal 233 333 356 43 10 0 7 302 107 115
Binary 10011011 11011011 11101110 100011 1000 0 111 11000010 1000111 1001101

Color Harmonies of #9BDBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDBEE

Black with #9BDBEE

Text Example


Text Example

White with #9BDBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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