Html Css Color HEX #9BE9DF Ice Cold

📋 copy color: '#9BE9DF'

red 155 ◦ green 233 ◦ blue 223

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

Shades of Ice Cold #9BE9DF

Tints of Ice Cold #9BE9DF

RGB

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

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

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

R = 25.37%
G = 38.13%
B = 36.5%

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

#9BE9DF (or 0x9BE9DF) is known color: Ice Cold. HEX triplet: 9B, E9 and DF. RGB value is (155,233,223). Sum of RGB (Red+Green+Blue) = 155+233+223=611 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.37% from 611); Green value is 233 (91.41% from 255 or 38.13% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 233 - color contains mainly: green. Hex color #9BE9DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BE9DF is #641620. Grayscale: #D0D0D0. Windows color (decimal): -6559265 or 14674331. OLE color: 14674331.

HSL color Cylindrical-coordinate representation of color #9BE9DF: hue angle of 172.31º 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 #9BE9DF is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 155 233 223 -
CMYK 0.33 0 0.04 0.09
HSL 172.31º 0.64% 0.76% -
HSV(B) 172.31º 0.33% 0.91% -
XYZ 55.98 70.57 80.48 -
YUV 208.54 136.16 89.81 -
System Red Green Blue C M Y K H S L
Decimal 155 233 223 0.33 0 0.04 0.09 172.31 0.64 0.76
Hex 9B E9 DF 21 0 4 9 AC 40 4C
Octal 233 351 337 41 0 4 11 254 100 114
Binary 10011011 11101001 11011111 100001 0 100 1001 10101100 1000000 1001100

Color Harmonies of #9BE9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE9DF

Black with #9BE9DF

Text Example


Text Example

White with #9BE9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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