Html Css Color HEX #9BEFDF Ice Cold

📋 copy color: '#9BEFDF'

red 155 ◦ green 239 ◦ blue 223

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

Shades of Ice Cold #9BEFDF

Tints of Ice Cold #9BEFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.14%

R = 25.12%
G = 38.74%
B = 36.14%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#9BEFDF (or 0x9BEFDF) is known color: Ice Cold. HEX triplet: 9B, EF and DF. RGB value is (155,239,223). Sum of RGB (Red+Green+Blue) = 155+239+223=617 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.12% from 617); Green value is 239 (93.75% from 255 or 38.74% from 617); Blue value is 223 (87.5% from 255 or 36.14% from 617); Max value from RGB is 239 - color contains mainly: green. Hex color #9BEFDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEFDF is #641020. Grayscale: #D4D4D4. Windows color (decimal): -6557729 or 14675867. OLE color: 14675867.

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

Color convert

RGB 155 239 223 -
CMYK 0.35 0 0.07 0.06
HSL 168.57º 0.72% 0.77% -
HSV(B) 168.57º 0.35% 0.94% -
XYZ 57.7 74.03 81.06 -
YUV 212.06 134.17 87.3 -
System Red Green Blue C M Y K H S L
Decimal 155 239 223 0.35 0 0.07 0.06 168.57 0.72 0.77
Hex 9B EF DF 23 0 7 6 A9 48 4D
Octal 233 357 337 43 0 7 6 251 110 115
Binary 10011011 11101111 11011111 100011 0 111 110 10101001 1001000 1001101

Color Harmonies of #9BEFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BEFDF

Black with #9BEFDF

Text Example


Text Example

White with #9BEFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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