Html Css Color HEX #9BDAEA Charlotte

📋 copy color: '#9BDAEA'

red 155 ◦ green 218 ◦ blue 234

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

Shades of Charlotte #9BDAEA

Tints of Charlotte #9BDAEA

RGB

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

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

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

R = 25.54%
G = 35.91%
B = 38.55%

CMYK

 C value IS 0.34

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9BDAEA (or 0x9BDAEA) is known color: Charlotte. HEX triplet: 9B, DA and EA. RGB value is (155,218,234). Sum of RGB (Red+Green+Blue) = 155+218+234=607 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.54% from 607); Green value is 218 (85.55% from 255 or 35.91% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 234 - color contains mainly: blue. Hex color #9BDAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BDAEA is #642515. Grayscale: #C8C8C8. Windows color (decimal): -6563094 or 15391387. OLE color: 15391387.

HSL color Cylindrical-coordinate representation of color #9BDAEA: hue angle of 192.15º 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 #9BDAEA is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 155 218 234 -
CMYK 0.34 0.07 0 0.08
HSL 192.15º 0.65% 0.76% -
HSV(B) 192.15º 0.34% 0.92% -
XYZ 53.44 63.05 87.2 -
YUV 200.99 146.63 95.2 -
System Red Green Blue C M Y K H S L
Decimal 155 218 234 0.34 0.07 0 0.08 192.15 0.65 0.76
Hex 9B DA EA 22 7 0 8 C0 41 4C
Octal 233 332 352 42 7 0 10 300 101 114
Binary 10011011 11011010 11101010 100010 111 0 1000 11000000 1000001 1001100

Color Harmonies of #9BDAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDAEA

Black with #9BDAEA

Text Example


Text Example

White with #9BDAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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