Html Css Color HEX #A5E9DB Ice Cold

📋 copy color: '#A5E9DB'

red 165 ◦ green 233 ◦ blue 219

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

Shades of Ice Cold #A5E9DB

Tints of Ice Cold #A5E9DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.49%

R = 26.74%
G = 37.76%
B = 35.49%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#A5E9DB (or 0xA5E9DB) is known color: Ice Cold. HEX triplet: A5, E9 and DB. RGB value is (165,233,219). Sum of RGB (Red+Green+Blue) = 165+233+219=617 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.74% from 617); Green value is 233 (91.41% from 255 or 37.76% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 233 - color contains mainly: green. Hex color #A5E9DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5E9DB is #5A1624. Grayscale: #D3D3D3. Windows color (decimal): -5903909 or 14412197. OLE color: 14412197.

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

Color convert

RGB 165 233 219 -
CMYK 0.29 0 0.06 0.09
HSL 167.65º 0.61% 0.78% -
HSV(B) 167.65º 0.29% 0.91% -
XYZ 57.44 71.39 77.77 -
YUV 211.07 132.47 95.14 -
System Red Green Blue C M Y K H S L
Decimal 165 233 219 0.29 0 0.06 0.09 167.65 0.61 0.78
Hex A5 E9 DB 1D 0 6 9 A8 3D 4E
Octal 245 351 333 35 0 6 11 250 75 116
Binary 10100101 11101001 11011011 11101 0 110 1001 10101000 111101 1001110

Color Harmonies of #A5E9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E9DB

Black with #A5E9DB

Text Example


Text Example

White with #A5E9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E9DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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