Html Css Color HEX #9BE4D0 Ice Cold

📋 copy color: '#9BE4D0'

red 155 ◦ green 228 ◦ blue 208

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

Shades of Ice Cold #9BE4D0

Tints of Ice Cold #9BE4D0

RGB

 RED value IS 155 (60.94% from 255) = 26.23%

 GREEN value IS 228 (89.45% from 255) = 38.58%

 BLUE value IS 208 (81.64% from 255) = 35.19%

R = 26.23%
G = 38.58%
B = 35.19%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#9BE4D0 (or 0x9BE4D0) is known color: Ice Cold. HEX triplet: 9B, E4 and D0. RGB value is (155,228,208). Sum of RGB (Red+Green+Blue) = 155+228+208=591 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.23% from 591); Green value is 228 (89.45% from 255 or 38.58% from 591); Blue value is 208 (81.64% from 255 or 35.19% from 591); Max value from RGB is 228 - color contains mainly: green. Hex color #9BE4D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BE4D0 is #641B2F. Grayscale: #CBCBCB. Windows color (decimal): -6560560 or 13690011. OLE color: 13690011.

HSL color Cylindrical-coordinate representation of color #9BE4D0: hue angle of 163.56º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9BE4D0 is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 155 228 208 -
CMYK 0.32 0 0.09 0.11
HSL 163.56º 0.57% 0.75% -
HSV(B) 163.56º 0.32% 0.89% -
XYZ 52.65 67.01 69.83 -
YUV 203.89 130.32 93.13 -
System Red Green Blue C M Y K H S L
Decimal 155 228 208 0.32 0 0.09 0.11 163.56 0.57 0.75
Hex 9B E4 D0 20 0 9 B A4 39 4B
Octal 233 344 320 40 0 11 13 244 71 113
Binary 10011011 11100100 11010000 100000 0 1001 1011 10100100 111001 1001011

Color Harmonies of #9BE4D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE4D0

Black with #9BE4D0

Text Example


Text Example

White with #9BE4D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,228,208); }

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

background-color css

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

 a { background-color: rgb(155,228,208); }

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

border-color css

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

 span { border-color: rgb(155,228,208); }

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