Html Css Color HEX #9BEFDB Ice Cold

📋 copy color: '#9BEFDB'

red 155 ◦ green 239 ◦ blue 219

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

Shades of Ice Cold #9BEFDB

Tints of Ice Cold #9BEFDB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.99%

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

R = 25.29%
G = 38.99%
B = 35.73%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#9BEFDB (or 0x9BEFDB) is known color: Ice Cold. HEX triplet: 9B, EF and DB. RGB value is (155,239,219). Sum of RGB (Red+Green+Blue) = 155+239+219=613 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.29% from 613); Green value is 239 (93.75% from 255 or 38.99% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 239 - color contains mainly: green. Hex color #9BEFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEFDB is #641024. Grayscale: #D3D3D3. Windows color (decimal): -6557733 or 14413723. OLE color: 14413723.

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

Color convert

RGB 155 239 219 -
CMYK 0.35 0 0.08 0.06
HSL 165.71º 0.72% 0.77% -
HSV(B) 165.71º 0.35% 0.94% -
XYZ 57.17 73.82 78.25 -
YUV 211.6 132.17 87.63 -
System Red Green Blue C M Y K H S L
Decimal 155 239 219 0.35 0 0.08 0.06 165.71 0.72 0.77
Hex 9B EF DB 23 0 8 6 A6 48 4D
Octal 233 357 333 43 0 10 6 246 110 115
Binary 10011011 11101111 11011011 100011 0 1000 110 10100110 1001000 1001101

Color Harmonies of #9BEFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BEFDB

Black with #9BEFDB

Text Example


Text Example

White with #9BEFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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