Html Css Color HEX #A5DCEE Charlotte

📋 copy color: '#A5DCEE'

red 165 ◦ green 220 ◦ blue 238

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

Shades of Charlotte #A5DCEE

Tints of Charlotte #A5DCEE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.31%

 BLUE value IS 238 (93.36% from 255) = 38.2%

R = 26.48%
G = 35.31%
B = 38.2%

CMYK

 C value IS 0.31

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A5DCEE (or 0xA5DCEE) is known color: Charlotte. HEX triplet: A5, DC and EE. RGB value is (165,220,238). Sum of RGB (Red+Green+Blue) = 165+220+238=623 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.48% from 623); Green value is 220 (86.33% from 255 or 35.31% from 623); Blue value is 238 (93.36% from 255 or 38.20% from 623); Max value from RGB is 238 - color contains mainly: blue. Hex color #A5DCEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5DCEE is #5A2311. Grayscale: #CDCDCD. Windows color (decimal): -5907218 or 15654053. OLE color: 15654053.

HSL color Cylindrical-coordinate representation of color #A5DCEE: hue angle of 194.79º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5DCEE is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 220 238 -
CMYK 0.31 0.08 0 0.07
HSL 194.79º 0.68% 0.79% -
HSV(B) 194.79º 0.31% 0.93% -
XYZ 56.54 65.36 90.52 -
YUV 205.61 146.28 99.04 -
System Red Green Blue C M Y K H S L
Decimal 165 220 238 0.31 0.08 0 0.07 194.79 0.68 0.79
Hex A5 DC EE 1F 8 0 7 C3 44 4F
Octal 245 334 356 37 10 0 7 303 104 117
Binary 10100101 11011100 11101110 11111 1000 0 111 11000011 1000100 1001111

Color Harmonies of #A5DCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DCEE

Black with #A5DCEE

Text Example


Text Example

White with #A5DCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DCEE; }

 p { color: rgb(165,220,238); }

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

background-color css

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

 a { background-color: rgb(165,220,238); }

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

border-color css

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

 span { border-color: rgb(165,220,238); }

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