#b3e8d5

Color #B3E8D5 Cruise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cruise #B3E8D5

Tints of Cruise #B3E8D5

Color information

#B3E8D5 (or 0xB3E8D5) is unknown color: approx Cruise. HEX triplet: B3, E8 and D5. RGB value is (179,232,213). Sum of RGB (Red+Green+Blue) = 179+232+213=624 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.69% from 624); Green value is 232 (91.02% from 255 or 37.18% from 624); Blue value is 213 (83.59% from 255 or 34.13% from 624); Max value from RGB is 232 - color contains mainly: green. Hex color #B3E8D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3E8D5 is #4C172A. Grayscale: #D6D6D6. Windows color (decimal): -4986667 or 14018739. OLE color: 14018739.

HSL color Cylindrical-coordinate representation of color #B3E8D5: hue angle of 158.49º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B3E8D5 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB179232213-
CMYK0.2300.080.09
HSL158.49º53.54%80.59%-
HSV(B)158.49º22.84%90.98%-
XYZ59.4672.173.73-
YUV213.99127.44103.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.69%
GREEN value IS 232 (91.02% from 255) = 37.18%
BLUE value IS 213 (83.59% from 255) = 34.13%
R=28.69%
G=37.18%
B=34.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1792322130.2300.080.09158.4953.5480.59
HexB3E8D5170899e3651
Octal263350325270101123666121
Binary10110011111010001101010110111010001001100111101101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b3e8d5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b3e8d5; }

 p { color: rgb(179,232,213); }

 H1.HeaderClassName
 {
   color: #b3e8d5;
 }
 .AnyTagClassName
 {
   color: #b3e8d5;
 }
</style>
background-color css

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

 a { background-color: rgb(179,232,213); }

 div.DivClassName
 {
   background-color: #b3e8d5;
 }
 .BgClassName
 {
   background-color: #b3e8d5;
 }
</style>
border-color css

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

 span { border-color: rgb(179,232,213); }

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