Html Css Color HEX #A5DECA Ice Cold

📋 copy color: '#A5DECA'

red 165 ◦ green 222 ◦ blue 202

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

Shades of Ice Cold #A5DECA

Tints of Ice Cold #A5DECA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.69%

 BLUE value IS 202 (79.3% from 255) = 34.3%

R = 28.01%
G = 37.69%
B = 34.3%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#A5DECA (or 0xA5DECA) is known color: Ice Cold. HEX triplet: A5, DE and CA. RGB value is (165,222,202). Sum of RGB (Red+Green+Blue) = 165+222+202=589 (78% of max value = 765). Red value is 165 (64.84% from 255 or 28.01% from 589); Green value is 222 (87.11% from 255 or 37.69% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 222 - color contains mainly: green. Hex color #A5DECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DECA is #5A2135. Grayscale: #CACACA. Windows color (decimal): -5906742 or 13295269. OLE color: 13295269.

HSL color Cylindrical-coordinate representation of color #A5DECA: hue angle of 158.95º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5DECA is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 222 202 -
CMYK 0.26 0 0.09 0.13
HSL 158.95º 0.46% 0.76% -
HSV(B) 158.95º 0.26% 0.87% -
XYZ 52.3 64.51 65.57 -
YUV 202.68 127.62 101.13 -
System Red Green Blue C M Y K H S L
Decimal 165 222 202 0.26 0 0.09 0.13 158.95 0.46 0.76
Hex A5 DE CA 1A 0 9 D 9F 2E 4C
Octal 245 336 312 32 0 11 15 237 56 114
Binary 10100101 11011110 11001010 11010 0 1001 1101 10011111 101110 1001100

Color Harmonies of #A5DECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DECA

Black with #A5DECA

Text Example


Text Example

White with #A5DECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DECA; }

 p { color: rgb(165,222,202); }

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

background-color css

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

 a { background-color: rgb(165,222,202); }

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

border-color css

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

 span { border-color: rgb(165,222,202); }

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