Html Css Color HEX #9BEBE0 Ice Cold

📋 copy color: '#9BEBE0'

red 155 ◦ green 235 ◦ blue 224

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

Shades of Ice Cold #9BEBE0

Tints of Ice Cold #9BEBE0

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.27%

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

R = 25.24%
G = 38.27%
B = 36.48%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#9BEBE0 (or 0x9BEBE0) is known color: Ice Cold. HEX triplet: 9B, EB and E0. RGB value is (155,235,224). Sum of RGB (Red+Green+Blue) = 155+235+224=614 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.24% from 614); Green value is 235 (92.19% from 255 or 38.27% from 614); Blue value is 224 (87.89% from 255 or 36.48% from 614); Max value from RGB is 235 - color contains mainly: green. Hex color #9BEBE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEBE0 is #64141F. Grayscale: #D1D1D1. Windows color (decimal): -6558752 or 14740379. OLE color: 14740379.

HSL color Cylindrical-coordinate representation of color #9BEBE0: hue angle of 171.75º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BEBE0 is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 155 235 224 -
CMYK 0.34 0 0.05 0.08
HSL 171.75º 0.67% 0.76% -
HSV(B) 171.75º 0.34% 0.92% -
XYZ 56.68 71.77 81.39 -
YUV 209.83 136 88.89 -
System Red Green Blue C M Y K H S L
Decimal 155 235 224 0.34 0 0.05 0.08 171.75 0.67 0.76
Hex 9B EB E0 22 0 5 8 AC 43 4C
Octal 233 353 340 42 0 5 10 254 103 114
Binary 10011011 11101011 11100000 100010 0 101 1000 10101100 1000011 1001100

Color Harmonies of #9BEBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BEBE0

Black with #9BEBE0

Text Example


Text Example

White with #9BEBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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