Html Css Color HEX #A5E9D6 Ice Cold

📋 copy color: '#A5E9D6'

red 165 ◦ green 233 ◦ blue 214

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

Shades of Ice Cold #A5E9D6

Tints of Ice Cold #A5E9D6

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.07%

 BLUE value IS 214 (83.98% from 255) = 34.97%

R = 26.96%
G = 38.07%
B = 34.97%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#A5E9D6 (or 0xA5E9D6) is known color: Ice Cold. HEX triplet: A5, E9 and D6. RGB value is (165,233,214). Sum of RGB (Red+Green+Blue) = 165+233+214=612 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.96% from 612); Green value is 233 (91.41% from 255 or 38.07% from 612); Blue value is 214 (83.98% from 255 or 34.97% from 612); Max value from RGB is 233 - color contains mainly: green. Hex color #A5E9D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5E9D6 is #5A1629. Grayscale: #D2D2D2. Windows color (decimal): -5903914 or 14084517. OLE color: 14084517.

HSL color Cylindrical-coordinate representation of color #A5E9D6: hue angle of 163.24º degrees, saturation: 0.61, 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 #A5E9D6 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB 165 233 214 -
CMYK 0.29 0 0.08 0.09
HSL 163.24º 0.61% 0.78% -
HSV(B) 163.24º 0.29% 0.91% -
XYZ 56.79 71.13 74.35 -
YUV 210.5 129.97 95.54 -
System Red Green Blue C M Y K H S L
Decimal 165 233 214 0.29 0 0.08 0.09 163.24 0.61 0.78
Hex A5 E9 D6 1D 0 8 9 A3 3D 4E
Octal 245 351 326 35 0 10 11 243 75 116
Binary 10100101 11101001 11010110 11101 0 1000 1001 10100011 111101 1001110

Color Harmonies of #A5E9D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E9D6

Black with #A5E9D6

Text Example


Text Example

White with #A5E9D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E9D6; }

 p { color: rgb(165,233,214); }

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

background-color css

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

 a { background-color: rgb(165,233,214); }

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

border-color css

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

 span { border-color: rgb(165,233,214); }

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