Html Css Color HEX #A3EBDB Ice Cold

📋 copy color: '#A3EBDB'

red 163 ◦ green 235 ◦ blue 219

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

Shades of Ice Cold #A3EBDB

Tints of Ice Cold #A3EBDB

RGB

 RED value IS 163 (64.06% from 255) = 26.42%

 GREEN value IS 235 (92.19% from 255) = 38.09%

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

R = 26.42%
G = 38.09%
B = 35.49%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#A3EBDB (or 0xA3EBDB) is known color: Ice Cold. HEX triplet: A3, EB and DB. RGB value is (163,235,219). Sum of RGB (Red+Green+Blue) = 163+235+219=617 (81% of max value = 765). Red value is 163 (64.06% from 255 or 26.42% from 617); Green value is 235 (92.19% from 255 or 38.09% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 235 - color contains mainly: green. Hex color #A3EBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EBDB is #5C1424. Grayscale: #D3D3D3. Windows color (decimal): -6034469 or 14412707. OLE color: 14412707.

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

Color convert

RGB 163 235 219 -
CMYK 0.31 0 0.07 0.08
HSL 166.67º 0.64% 0.78% -
HSV(B) 166.67º 0.31% 0.92% -
XYZ 57.6 72.32 77.94 -
YUV 211.65 132.15 93.3 -
System Red Green Blue C M Y K H S L
Decimal 163 235 219 0.31 0 0.07 0.08 166.67 0.64 0.78
Hex A3 EB DB 1F 0 7 8 A7 40 4E
Octal 243 353 333 37 0 7 10 247 100 116
Binary 10100011 11101011 11011011 11111 0 111 1000 10100111 1000000 1001110

Color Harmonies of #A3EBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3EBDB

Black with #A3EBDB

Text Example


Text Example

White with #A3EBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3EBDB; }

 p { color: rgb(163,235,219); }

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

background-color css

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

 a { background-color: rgb(163,235,219); }

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

border-color css

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

 span { border-color: rgb(163,235,219); }

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