Html Css Color HEX #9BEFDC Ice Cold

📋 copy color: '#9BEFDC'

red 155 ◦ green 239 ◦ blue 220

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

Shades of Ice Cold #9BEFDC

Tints of Ice Cold #9BEFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.83%

R = 25.24%
G = 38.93%
B = 35.83%

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

#9BEFDC (or 0x9BEFDC) is known color: Ice Cold. HEX triplet: 9B, EF and DC. RGB value is (155,239,220). Sum of RGB (Red+Green+Blue) = 155+239+220=614 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.24% from 614); Green value is 239 (93.75% from 255 or 38.93% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 239 - color contains mainly: green. Hex color #9BEFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEFDC is #641023. Grayscale: #D3D3D3. Windows color (decimal): -6557732 or 14479259. OLE color: 14479259.

HSL color Cylindrical-coordinate representation of color #9BEFDC: hue angle of 166.43º 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 #9BEFDC is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 155 239 220 -
CMYK 0.35 0 0.08 0.06
HSL 166.43º 0.72% 0.77% -
HSV(B) 166.43º 0.35% 0.94% -
XYZ 57.3 73.87 78.95 -
YUV 211.72 132.67 87.54 -
System Red Green Blue C M Y K H S L
Decimal 155 239 220 0.35 0 0.08 0.06 166.43 0.72 0.77
Hex 9B EF DC 23 0 8 6 A6 48 4D
Octal 233 357 334 43 0 10 6 246 110 115
Binary 10011011 11101111 11011100 100011 0 1000 110 10100110 1001000 1001101

Color Harmonies of #9BEFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BEFDC

Black with #9BEFDC

Text Example


Text Example

White with #9BEFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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