Html Css Color HEX #9BEEDB Ice Cold

📋 copy color: '#9BEEDB'

red 155 ◦ green 238 ◦ blue 219

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

Shades of Ice Cold #9BEEDB

Tints of Ice Cold #9BEEDB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.89%

 BLUE value IS 219 (85.94% from 255) = 35.78%

R = 25.33%
G = 38.89%
B = 35.78%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#9BEEDB (or 0x9BEEDB) is known color: Ice Cold. HEX triplet: 9B, EE and DB. RGB value is (155,238,219). Sum of RGB (Red+Green+Blue) = 155+238+219=612 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.33% from 612); Green value is 238 (93.36% from 255 or 38.89% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 238 - color contains mainly: green. Hex color #9BEEDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEEDB is #641124. Grayscale: #D3D3D3. Windows color (decimal): -6557989 or 14413467. OLE color: 14413467.

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

Color convert

RGB 155 238 219 -
CMYK 0.35 0 0.08 0.07
HSL 166.27º 0.71% 0.77% -
HSV(B) 166.27º 0.35% 0.93% -
XYZ 56.88 73.23 78.16 -
YUV 211.02 132.5 88.04 -
System Red Green Blue C M Y K H S L
Decimal 155 238 219 0.35 0 0.08 0.07 166.27 0.71 0.77
Hex 9B EE DB 23 0 8 7 A6 47 4D
Octal 233 356 333 43 0 10 7 246 107 115
Binary 10011011 11101110 11011011 100011 0 1000 111 10100110 1000111 1001101

Color Harmonies of #9BEEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BEEDB

Black with #9BEEDB

Text Example


Text Example

White with #9BEEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,238,219); }

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

background-color css

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

 a { background-color: rgb(155,238,219); }

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

border-color css

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

 span { border-color: rgb(155,238,219); }

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