Html Css Color HEX #9BE9E0 Ice Cold

📋 copy color: '#9BE9E0'

red 155 ◦ green 233 ◦ blue 224

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

Shades of Ice Cold #9BE9E0

Tints of Ice Cold #9BE9E0

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.07%

 BLUE value IS 224 (87.89% from 255) = 36.6%

R = 25.33%
G = 38.07%
B = 36.6%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#9BE9E0 (or 0x9BE9E0) is known color: Ice Cold. HEX triplet: 9B, E9 and E0. RGB value is (155,233,224). Sum of RGB (Red+Green+Blue) = 155+233+224=612 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.33% from 612); Green value is 233 (91.41% from 255 or 38.07% from 612); Blue value is 224 (87.89% from 255 or 36.60% from 612); Max value from RGB is 233 - color contains mainly: green. Hex color #9BE9E0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BE9E0 is #64161F. Grayscale: #D0D0D0. Windows color (decimal): -6559264 or 14739867. OLE color: 14739867.

HSL color Cylindrical-coordinate representation of color #9BE9E0: hue angle of 173.08º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BE9E0 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 155 233 224 -
CMYK 0.33 0 0.04 0.09
HSL 173.08º 0.64% 0.76% -
HSV(B) 173.08º 0.33% 0.91% -
XYZ 56.11 70.63 81.2 -
YUV 208.65 136.66 89.73 -
System Red Green Blue C M Y K H S L
Decimal 155 233 224 0.33 0 0.04 0.09 173.08 0.64 0.76
Hex 9B E9 E0 21 0 4 9 AD 40 4C
Octal 233 351 340 41 0 4 11 255 100 114
Binary 10011011 11101001 11100000 100001 0 100 1001 10101101 1000000 1001100

Color Harmonies of #9BE9E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE9E0

Black with #9BE9E0

Text Example


Text Example

White with #9BE9E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,233,224); }

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

background-color css

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

 a { background-color: rgb(155,233,224); }

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

border-color css

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

 span { border-color: rgb(155,233,224); }

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