Html Css Color HEX #A5DDE7 Charlotte

📋 copy color: '#A5DDE7'

red 165 ◦ green 221 ◦ blue 231

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

Shades of Charlotte #A5DDE7

Tints of Charlotte #A5DDE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 37.44%

R = 26.74%
G = 35.82%
B = 37.44%

CMYK

 C value IS 0.29

 M value IS 0.04

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A5DDE7 (or 0xA5DDE7) is known color: Charlotte. HEX triplet: A5, DD and E7. RGB value is (165,221,231). Sum of RGB (Red+Green+Blue) = 165+221+231=617 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.74% from 617); Green value is 221 (86.72% from 255 or 35.82% from 617); Blue value is 231 (90.62% from 255 or 37.44% from 617); Max value from RGB is 231 - color contains mainly: blue. Hex color #A5DDE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5DDE7 is #5A2218. Grayscale: #CDCDCD. Windows color (decimal): -5906969 or 15195557. OLE color: 15195557.

HSL color Cylindrical-coordinate representation of color #A5DDE7: hue angle of 189.09º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5DDE7 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 165 221 231 -
CMYK 0.29 0.04 0 0.09
HSL 189.09º 0.58% 0.78% -
HSV(B) 189.09º 0.29% 0.91% -
XYZ 55.8 65.48 85.3 -
YUV 205.4 142.45 99.19 -
System Red Green Blue C M Y K H S L
Decimal 165 221 231 0.29 0.04 0 0.09 189.09 0.58 0.78
Hex A5 DD E7 1D 4 0 9 BD 3A 4E
Octal 245 335 347 35 4 0 11 275 72 116
Binary 10100101 11011101 11100111 11101 100 0 1001 10111101 111010 1001110

Color Harmonies of #A5DDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DDE7

Black with #A5DDE7

Text Example


Text Example

White with #A5DDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DDE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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