Html Css Color HEX #9BECE0 Ice Cold

📋 copy color: '#9BECE0'

red 155 ◦ green 236 ◦ blue 224

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

Shades of Ice Cold #9BECE0

Tints of Ice Cold #9BECE0

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38.37%

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

R = 25.2%
G = 38.37%
B = 36.42%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#9BECE0 (or 0x9BECE0) is known color: Ice Cold. HEX triplet: 9B, EC and E0. RGB value is (155,236,224). Sum of RGB (Red+Green+Blue) = 155+236+224=615 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.20% from 615); Green value is 236 (92.58% from 255 or 38.37% from 615); Blue value is 224 (87.89% from 255 or 36.42% from 615); Max value from RGB is 236 - color contains mainly: green. Hex color #9BECE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BECE0 is #64131F. Grayscale: #D2D2D2. Windows color (decimal): -6558496 or 14740635. OLE color: 14740635.

HSL color Cylindrical-coordinate representation of color #9BECE0: hue angle of 171.11º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BECE0 is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 155 236 224 -
CMYK 0.34 0 0.05 0.07
HSL 171.11º 0.68% 0.77% -
HSV(B) 171.11º 0.34% 0.93% -
XYZ 56.97 72.34 81.48 -
YUV 210.41 135.66 88.48 -
System Red Green Blue C M Y K H S L
Decimal 155 236 224 0.34 0 0.05 0.07 171.11 0.68 0.77
Hex 9B EC E0 22 0 5 7 AB 44 4D
Octal 233 354 340 42 0 5 7 253 104 115
Binary 10011011 11101100 11100000 100010 0 101 111 10101011 1000100 1001101

Color Harmonies of #9BECE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BECE0

Black with #9BECE0

Text Example


Text Example

White with #9BECE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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