Html Css Color HEX #9DEFDB Ice Cold

📋 copy color: '#9DEFDB'

red 157 ◦ green 239 ◦ blue 219

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

Shades of Ice Cold #9DEFDB

Tints of Ice Cold #9DEFDB

RGB

 RED value IS 157 (61.72% from 255) = 25.53%

 GREEN value IS 239 (93.75% from 255) = 38.86%

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

R = 25.53%
G = 38.86%
B = 35.61%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#9DEFDB (or 0x9DEFDB) is known color: Ice Cold. HEX triplet: 9D, EF and DB. RGB value is (157,239,219). Sum of RGB (Red+Green+Blue) = 157+239+219=615 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.53% from 615); Green value is 239 (93.75% from 255 or 38.86% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 239 - color contains mainly: green. Hex color #9DEFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEFDB is #621024. Grayscale: #D4D4D4. Windows color (decimal): -6426661 or 14413725. OLE color: 14413725.

HSL color Cylindrical-coordinate representation of color #9DEFDB: hue angle of 165.37º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DEFDB is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 157 239 219 -
CMYK 0.34 0 0.08 0.06
HSL 165.37º 0.72% 0.78% -
HSV(B) 165.37º 0.34% 0.94% -
XYZ 57.56 74.02 78.27 -
YUV 212.2 131.83 88.63 -
System Red Green Blue C M Y K H S L
Decimal 157 239 219 0.34 0 0.08 0.06 165.37 0.72 0.78
Hex 9D EF DB 22 0 8 6 A5 48 4E
Octal 235 357 333 42 0 10 6 245 110 116
Binary 10011101 11101111 11011011 100010 0 1000 110 10100101 1001000 1001110

Color Harmonies of #9DEFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEFDB

Black with #9DEFDB

Text Example


Text Example

White with #9DEFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DEFDB; }

 p { color: rgb(157,239,219); }

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

background-color css

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

 a { background-color: rgb(157,239,219); }

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

border-color css

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

 span { border-color: rgb(157,239,219); }

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