Html Css Color HEX #93EDDF Ice Cold

📋 copy color: '#93EDDF'

red 147 ◦ green 237 ◦ blue 223

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

Shades of Ice Cold #93EDDF

Tints of Ice Cold #93EDDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.74%

R = 24.22%
G = 39.04%
B = 36.74%

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

#93EDDF (or 0x93EDDF) is known color: Ice Cold. HEX triplet: 93, ED and DF. RGB value is (147,237,223). Sum of RGB (Red+Green+Blue) = 147+237+223=607 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.22% from 607); Green value is 237 (92.97% from 255 or 39.04% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 237 - color contains mainly: green. Hex color #93EDDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EDDF is #6C1220. Grayscale: #D0D0D0. Windows color (decimal): -7082529 or 14675347. OLE color: 14675347.

HSL color Cylindrical-coordinate representation of color #93EDDF: hue angle of 170.67º 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 #93EDDF is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 147 237 223 -
CMYK 0.38 0 0.06 0.07
HSL 170.67º 0.71% 0.75% -
HSV(B) 170.67º 0.38% 0.93% -
XYZ 55.64 72.1 80.8 -
YUV 208.49 136.18 84.14 -
System Red Green Blue C M Y K H S L
Decimal 147 237 223 0.38 0 0.06 0.07 170.67 0.71 0.75
Hex 93 ED DF 26 0 6 7 AB 47 4B
Octal 223 355 337 46 0 6 7 253 107 113
Binary 10010011 11101101 11011111 100110 0 110 111 10101011 1000111 1001011

Color Harmonies of #93EDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93EDDF

Black with #93EDDF

Text Example


Text Example

White with #93EDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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