Html Css Color HEX #A5DDEB Charlotte

📋 copy color: '#A5DDEB'

red 165 ◦ green 221 ◦ blue 235

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

Shades of Charlotte #A5DDEB

Tints of Charlotte #A5DDEB

RGB

 RED value IS 165 (64.84% from 255) = 26.57%

 GREEN value IS 221 (86.72% from 255) = 35.59%

 BLUE value IS 235 (92.19% from 255) = 37.84%

R = 26.57%
G = 35.59%
B = 37.84%

CMYK

 C value IS 0.30

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A5DDEB (or 0xA5DDEB) is known color: Charlotte. HEX triplet: A5, DD and EB. RGB value is (165,221,235). Sum of RGB (Red+Green+Blue) = 165+221+235=621 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.57% from 621); Green value is 221 (86.72% from 255 or 35.59% from 621); Blue value is 235 (92.19% from 255 or 37.84% from 621); Max value from RGB is 235 - color contains mainly: blue. Hex color #A5DDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5DDEB is #5A2214. Grayscale: #CDCDCD. Windows color (decimal): -5906965 or 15457701. OLE color: 15457701.

HSL color Cylindrical-coordinate representation of color #A5DDEB: hue angle of 192º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5DDEB is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 221 235 -
CMYK 0.30 0.06 0 0.08
HSL 192º 0.64% 0.78% -
HSV(B) 192º 0.3% 0.92% -
XYZ 56.37 65.71 88.31 -
YUV 205.85 144.45 98.86 -
System Red Green Blue C M Y K H S L
Decimal 165 221 235 0.30 0.06 0 0.08 192 0.64 0.78
Hex A5 DD EB 1E 6 0 8 C0 40 4E
Octal 245 335 353 36 6 0 10 300 100 116
Binary 10100101 11011101 11101011 11110 110 0 1000 11000000 1000000 1001110

Color Harmonies of #A5DDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DDEB

Black with #A5DDEB

Text Example


Text Example

White with #A5DDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DDEB; }

 p { color: rgb(165,221,235); }

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

background-color css

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

 a { background-color: rgb(165,221,235); }

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

border-color css

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

 span { border-color: rgb(165,221,235); }

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