#B3CEEE

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

Shades of Tropical Blue #B3CEEE

Tints of Tropical Blue #B3CEEE

Color information

#B3CEEE (or 0xB3CEEE) is unknown color: approx Tropical Blue. HEX triplet: B3, CE and EE. RGB value is (179,206,238). Sum of RGB (Red+Green+Blue) = 179+206+238=623 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.73% from 623); Green value is 206 (80.86% from 255 or 33.07% from 623); Blue value is 238 (93.36% from 255 or 38.20% from 623); Max value from RGB is 238 - color contains mainly: blue. Hex color #B3CEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3CEEE is #4C3111. Grayscale: #C9C9C9. Windows color (decimal): -4993298 or 15650483. OLE color: 15650483.

HSL color Cylindrical-coordinate representation of color #B3CEEE: hue angle of 212.54º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3CEEE is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB179206238-
CMYK0.250.1300.07
HSL212.54º63.44%81.76%-
HSV(B)212.54º24.79%93.33%-
XYZ56.0959.989.49-
YUV201.58148.55111.9-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.73%
GREEN value IS 206 (80.86% from 255) = 33.07%
BLUE value IS 238 (93.36% from 255) = 38.20%
R=28.73%
G=33.07%
B=38.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1792062380.250.1300.07212.5463.4481.76
HexB3CEEE19D07d53f52
Octal26331635631150732577122
Binary1011001111001110111011101100111010111110101011111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CEEE; }

 p { color: rgb(179,206,238); }

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

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

 a { background-color: rgb(179,206,238); }

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

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

 span { border-color: rgb(179,206,238); }

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