Html Css Color HEX #9AD8EA Charlotte

📋 copy color: '#9AD8EA'

red 154 ◦ green 216 ◦ blue 234

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

Shades of Charlotte #9AD8EA

Tints of Charlotte #9AD8EA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.76%

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

R = 25.5%
G = 35.76%
B = 38.74%

CMYK

 C value IS 0.34

 M value IS 0.08

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9AD8EA (or 0x9AD8EA) is known color: Charlotte. HEX triplet: 9A, D8 and EA. RGB value is (154,216,234). Sum of RGB (Red+Green+Blue) = 154+216+234=604 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.50% from 604); Green value is 216 (84.77% from 255 or 35.76% from 604); Blue value is 234 (91.80% from 255 or 38.74% from 604); Max value from RGB is 234 - color contains mainly: blue. Hex color #9AD8EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AD8EA is #652715. Grayscale: #C7C7C7. Windows color (decimal): -6629142 or 15390874. OLE color: 15390874.

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

Color convert

RGB 154 216 234 -
CMYK 0.34 0.08 0 0.08
HSL 193.5º 0.66% 0.76% -
HSV(B) 193.5º 0.34% 0.92% -
XYZ 52.73 61.92 87.01 -
YUV 199.51 147.46 95.54 -
System Red Green Blue C M Y K H S L
Decimal 154 216 234 0.34 0.08 0 0.08 193.5 0.66 0.76
Hex 9A D8 EA 22 8 0 8 C2 42 4C
Octal 232 330 352 42 10 0 10 302 102 114
Binary 10011010 11011000 11101010 100010 1000 0 1000 11000010 1000010 1001100

Color Harmonies of #9AD8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD8EA

Black with #9AD8EA

Text Example


Text Example

White with #9AD8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,216,234); }

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

background-color css

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

 a { background-color: rgb(154,216,234); }

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

border-color css

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

 span { border-color: rgb(154,216,234); }

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