Html Css Color HEX #9BE5D3 Ice Cold

📋 copy color: '#9BE5D3'

red 155 ◦ green 229 ◦ blue 211

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

Shades of Ice Cold #9BE5D3

Tints of Ice Cold #9BE5D3

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.49%

 BLUE value IS 211 (82.81% from 255) = 35.46%

R = 26.05%
G = 38.49%
B = 35.46%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.08

 K value IS 0.10

RGB Variations

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

Color information

#9BE5D3 (or 0x9BE5D3) is known color: Ice Cold. HEX triplet: 9B, E5 and D3. RGB value is (155,229,211). Sum of RGB (Red+Green+Blue) = 155+229+211=595 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.05% from 595); Green value is 229 (89.84% from 255 or 38.49% from 595); Blue value is 211 (82.81% from 255 or 35.46% from 595); Max value from RGB is 229 - color contains mainly: green. Hex color #9BE5D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BE5D3 is #641A2C. Grayscale: #CCCCCC. Windows color (decimal): -6560301 or 13886875. OLE color: 13886875.

HSL color Cylindrical-coordinate representation of color #9BE5D3: hue angle of 165.41º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9BE5D3 is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.10.

Color convert

RGB 155 229 211 -
CMYK 0.32 0 0.08 0.10
HSL 165.41º 0.59% 0.75% -
HSV(B) 165.41º 0.32% 0.9% -
XYZ 53.29 67.71 71.89 -
YUV 204.82 131.48 92.46 -
System Red Green Blue C M Y K H S L
Decimal 155 229 211 0.32 0 0.08 0.10 165.41 0.59 0.75
Hex 9B E5 D3 20 0 8 A A5 3B 4B
Octal 233 345 323 40 0 10 12 245 73 113
Binary 10011011 11100101 11010011 100000 0 1000 1010 10100101 111011 1001011

Color Harmonies of #9BE5D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE5D3

Black with #9BE5D3

Text Example


Text Example

White with #9BE5D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,229,211); }

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

background-color css

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

 a { background-color: rgb(155,229,211); }

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

border-color css

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

 span { border-color: rgb(155,229,211); }

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