Html Css Color HEX #A5DFCB Ice Cold

📋 copy color: '#A5DFCB'

red 165 ◦ green 223 ◦ blue 203

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

Shades of Ice Cold #A5DFCB

Tints of Ice Cold #A5DFCB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.73%

 BLUE value IS 203 (79.69% from 255) = 34.35%

R = 27.92%
G = 37.73%
B = 34.35%

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

#A5DFCB (or 0xA5DFCB) is known color: Ice Cold. HEX triplet: A5, DF and CB. RGB value is (165,223,203). Sum of RGB (Red+Green+Blue) = 165+223+203=591 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.92% from 591); Green value is 223 (87.5% from 255 or 37.73% from 591); Blue value is 203 (79.69% from 255 or 34.35% from 591); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DFCB is #5A2034. Grayscale: #CBCBCB. Windows color (decimal): -5906485 or 13361061. OLE color: 13361061.

HSL color Cylindrical-coordinate representation of color #A5DFCB: hue angle of 159.31º degrees, saturation: 0.48, 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 #A5DFCB is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 223 203 -
CMYK 0.26 0 0.09 0.13
HSL 159.31º 0.48% 0.76% -
HSV(B) 159.31º 0.26% 0.87% -
XYZ 52.68 65.09 66.29 -
YUV 203.38 127.78 100.63 -
System Red Green Blue C M Y K H S L
Decimal 165 223 203 0.26 0 0.09 0.13 159.31 0.48 0.76
Hex A5 DF CB 1A 0 9 D 9F 30 4C
Octal 245 337 313 32 0 11 15 237 60 114
Binary 10100101 11011111 11001011 11010 0 1001 1101 10011111 110000 1001100

Color Harmonies of #A5DFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DFCB

Black with #A5DFCB

Text Example


Text Example

White with #A5DFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DFCB; }

 p { color: rgb(165,223,203); }

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

background-color css

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

 a { background-color: rgb(165,223,203); }

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

border-color css

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

 span { border-color: rgb(165,223,203); }

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