Html Css Color HEX #9BEFDA Ice Cold

📋 copy color: '#9BEFDA'

red 155 ◦ green 239 ◦ blue 218

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

Shades of Ice Cold #9BEFDA

Tints of Ice Cold #9BEFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.62%

R = 25.33%
G = 39.05%
B = 35.62%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#9BEFDA (or 0x9BEFDA) is known color: Ice Cold. HEX triplet: 9B, EF and DA. RGB value is (155,239,218). Sum of RGB (Red+Green+Blue) = 155+239+218=612 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.33% from 612); Green value is 239 (93.75% from 255 or 39.05% from 612); Blue value is 218 (85.55% from 255 or 35.62% from 612); Max value from RGB is 239 - color contains mainly: green. Hex color #9BEFDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEFDA is #641025. Grayscale: #D3D3D3. Windows color (decimal): -6557734 or 14348187. OLE color: 14348187.

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

Color convert

RGB 155 239 218 -
CMYK 0.35 0 0.09 0.06
HSL 165º 0.72% 0.77% -
HSV(B) 165º 0.35% 0.94% -
XYZ 57.04 73.76 77.56 -
YUV 211.49 131.67 87.71 -
System Red Green Blue C M Y K H S L
Decimal 155 239 218 0.35 0 0.09 0.06 165 0.72 0.77
Hex 9B EF DA 23 0 9 6 A5 48 4D
Octal 233 357 332 43 0 11 6 245 110 115
Binary 10011011 11101111 11011010 100011 0 1001 110 10100101 1001000 1001101

Color Harmonies of #9BEFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BEFDA

Black with #9BEFDA

Text Example


Text Example

White with #9BEFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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