Html Css Color HEX #9BDAE2 Charlotte

📋 copy color: '#9BDAE2'

red 155 ◦ green 218 ◦ blue 226

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

Shades of Charlotte #9BDAE2

Tints of Charlotte #9BDAE2

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.39%

 BLUE value IS 226 (88.67% from 255) = 37.73%

R = 25.88%
G = 36.39%
B = 37.73%

CMYK

 C value IS 0.31

 M value IS 0.04

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#9BDAE2 (or 0x9BDAE2) is known color: Charlotte. HEX triplet: 9B, DA and E2. RGB value is (155,218,226). Sum of RGB (Red+Green+Blue) = 155+218+226=599 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.88% from 599); Green value is 218 (85.55% from 255 or 36.39% from 599); Blue value is 226 (88.67% from 255 or 37.73% from 599); Max value from RGB is 226 - color contains mainly: blue. Hex color #9BDAE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDAE2 is #64251D. Grayscale: #C7C7C7. Windows color (decimal): -6563102 or 14867099. OLE color: 14867099.

HSL color Cylindrical-coordinate representation of color #9BDAE2: hue angle of 186.76º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9BDAE2 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 155 218 226 -
CMYK 0.31 0.04 0 0.11
HSL 186.76º 0.55% 0.75% -
HSV(B) 186.76º 0.31% 0.89% -
XYZ 52.32 62.6 81.28 -
YUV 200.08 142.63 95.85 -
System Red Green Blue C M Y K H S L
Decimal 155 218 226 0.31 0.04 0 0.11 186.76 0.55 0.75
Hex 9B DA E2 1F 4 0 B BB 37 4B
Octal 233 332 342 37 4 0 13 273 67 113
Binary 10011011 11011010 11100010 11111 100 0 1011 10111011 110111 1001011

Color Harmonies of #9BDAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDAE2

Black with #9BDAE2

Text Example


Text Example

White with #9BDAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,218,226); }

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

background-color css

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

 a { background-color: rgb(155,218,226); }

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

border-color css

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

 span { border-color: rgb(155,218,226); }

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