Html Css Color HEX #93EDDE Ice Cold

📋 copy color: '#93EDDE'

red 147 ◦ green 237 ◦ blue 222

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

Shades of Ice Cold #93EDDE

Tints of Ice Cold #93EDDE

RGB

 RED value IS 147 (57.81% from 255) = 24.26%

 GREEN value IS 237 (92.97% from 255) = 39.11%

 BLUE value IS 222 (87.11% from 255) = 36.63%

R = 24.26%
G = 39.11%
B = 36.63%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#93EDDE (or 0x93EDDE) is known color: Ice Cold. HEX triplet: 93, ED and DE. RGB value is (147,237,222). Sum of RGB (Red+Green+Blue) = 147+237+222=606 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.26% from 606); Green value is 237 (92.97% from 255 or 39.11% from 606); Blue value is 222 (87.11% from 255 or 36.63% from 606); Max value from RGB is 237 - color contains mainly: green. Hex color #93EDDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EDDE is #6C1221. Grayscale: #D0D0D0. Windows color (decimal): -7082530 or 14609811. OLE color: 14609811.

HSL color Cylindrical-coordinate representation of color #93EDDE: hue angle of 170º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93EDDE is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 147 237 222 -
CMYK 0.38 0 0.06 0.07
HSL 170º 0.71% 0.75% -
HSV(B) 170º 0.38% 0.93% -
XYZ 55.5 72.05 80.09 -
YUV 208.38 135.68 84.22 -
System Red Green Blue C M Y K H S L
Decimal 147 237 222 0.38 0 0.06 0.07 170 0.71 0.75
Hex 93 ED DE 26 0 6 7 AA 47 4B
Octal 223 355 336 46 0 6 7 252 107 113
Binary 10010011 11101101 11011110 100110 0 110 111 10101010 1000111 1001011

Color Harmonies of #93EDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93EDDE

Black with #93EDDE

Text Example


Text Example

White with #93EDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93EDDE; }

 p { color: rgb(147,237,222); }

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

background-color css

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

 a { background-color: rgb(147,237,222); }

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

border-color css

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

 span { border-color: rgb(147,237,222); }

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