Html Css Color HEX #9BE6D4 Ice Cold

📋 copy color: '#9BE6D4'

red 155 ◦ green 230 ◦ blue 212

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

Shades of Ice Cold #9BE6D4

Tints of Ice Cold #9BE6D4

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.53%

 BLUE value IS 212 (83.2% from 255) = 35.51%

R = 25.96%
G = 38.53%
B = 35.51%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.08

 K value IS 0.10

RGB Variations

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

Color information

#9BE6D4 (or 0x9BE6D4) is known color: Ice Cold. HEX triplet: 9B, E6 and D4. RGB value is (155,230,212). Sum of RGB (Red+Green+Blue) = 155+230+212=597 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.96% from 597); Green value is 230 (90.23% from 255 or 38.53% from 597); Blue value is 212 (83.20% from 255 or 35.51% from 597); Max value from RGB is 230 - color contains mainly: green. Hex color #9BE6D4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BE6D4 is #64192B. Grayscale: #CDCDCD. Windows color (decimal): -6560044 or 13952667. OLE color: 13952667.

HSL color Cylindrical-coordinate representation of color #9BE6D4: hue angle of 165.6º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BE6D4 is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.10.

Color convert

RGB 155 230 212 -
CMYK 0.33 0 0.08 0.10
HSL 165.6º 0.6% 0.75% -
HSV(B) 165.6º 0.33% 0.9% -
XYZ 53.7 68.32 72.64 -
YUV 205.52 131.65 91.96 -
System Red Green Blue C M Y K H S L
Decimal 155 230 212 0.33 0 0.08 0.10 165.6 0.6 0.75
Hex 9B E6 D4 21 0 8 A A6 3C 4B
Octal 233 346 324 41 0 10 12 246 74 113
Binary 10011011 11100110 11010100 100001 0 1000 1010 10100110 111100 1001011

Color Harmonies of #9BE6D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE6D4

Black with #9BE6D4

Text Example


Text Example

White with #9BE6D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,230,212); }

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

background-color css

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

 a { background-color: rgb(155,230,212); }

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

border-color css

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

 span { border-color: rgb(155,230,212); }

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