Html Css Color HEX #9BEEDF Ice Cold

📋 copy color: '#9BEEDF'

red 155 ◦ green 238 ◦ blue 223

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

Shades of Ice Cold #9BEEDF

Tints of Ice Cold #9BEEDF

RGB

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

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

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

R = 25.16%
G = 38.64%
B = 36.2%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#9BEEDF (or 0x9BEEDF) is known color: Ice Cold. HEX triplet: 9B, EE and DF. RGB value is (155,238,223). Sum of RGB (Red+Green+Blue) = 155+238+223=616 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.16% from 616); Green value is 238 (93.36% from 255 or 38.64% from 616); Blue value is 223 (87.5% from 255 or 36.20% from 616); Max value from RGB is 238 - color contains mainly: green. Hex color #9BEEDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEEDF is #641120. Grayscale: #D3D3D3. Windows color (decimal): -6557985 or 14675611. OLE color: 14675611.

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

Color convert

RGB 155 238 223 -
CMYK 0.35 0 0.06 0.07
HSL 169.16º 0.71% 0.77% -
HSV(B) 169.16º 0.35% 0.93% -
XYZ 57.41 73.45 80.96 -
YUV 211.47 134.5 87.72 -
System Red Green Blue C M Y K H S L
Decimal 155 238 223 0.35 0 0.06 0.07 169.16 0.71 0.77
Hex 9B EE DF 23 0 6 7 A9 47 4D
Octal 233 356 337 43 0 6 7 251 107 115
Binary 10011011 11101110 11011111 100011 0 110 111 10101001 1000111 1001101

Color Harmonies of #9BEEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BEEDF

Black with #9BEEDF

Text Example


Text Example

White with #9BEEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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