Html Css Color HEX #9ADAE0 Charlotte

📋 copy color: '#9ADAE0'

red 154 ◦ green 218 ◦ blue 224

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

Shades of Charlotte #9ADAE0

Tints of Charlotte #9ADAE0

RGB

 RED value IS 154 (60.55% from 255) = 25.84%

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

 BLUE value IS 224 (87.89% from 255) = 37.58%

R = 25.84%
G = 36.58%
B = 37.58%

CMYK

 C value IS 0.31

 M value IS 0.03

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9ADAE0 (or 0x9ADAE0) is known color: Charlotte. HEX triplet: 9A, DA and E0. RGB value is (154,218,224). Sum of RGB (Red+Green+Blue) = 154+218+224=596 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.84% from 596); Green value is 218 (85.55% from 255 or 36.58% from 596); Blue value is 224 (87.89% from 255 or 37.58% from 596); Max value from RGB is 224 - color contains mainly: blue. Hex color #9ADAE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADAE0 is #65251F. Grayscale: #C7C7C7. Windows color (decimal): -6628640 or 14736026. OLE color: 14736026.

HSL color Cylindrical-coordinate representation of color #9ADAE0: hue angle of 185.14º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9ADAE0 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 154 218 224 -
CMYK 0.31 0.03 0 0.12
HSL 185.14º 0.53% 0.74% -
HSV(B) 185.14º 0.31% 0.88% -
XYZ 51.85 62.39 79.83 -
YUV 199.55 141.8 95.51 -
System Red Green Blue C M Y K H S L
Decimal 154 218 224 0.31 0.03 0 0.12 185.14 0.53 0.74
Hex 9A DA E0 1F 3 0 C B9 35 4A
Octal 232 332 340 37 3 0 14 271 65 112
Binary 10011010 11011010 11100000 11111 11 0 1100 10111001 110101 1001010

Color Harmonies of #9ADAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADAE0

Black with #9ADAE0

Text Example


Text Example

White with #9ADAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,218,224); }

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

background-color css

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

 a { background-color: rgb(154,218,224); }

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

border-color css

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

 span { border-color: rgb(154,218,224); }

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