#B4CFEB

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

Shades of Tropical Blue #B4CFEB

Tints of Tropical Blue #B4CFEB

Color information

#B4CFEB (or 0xB4CFEB) is unknown color: approx Tropical Blue. HEX triplet: B4, CF and EB. RGB value is (180,207,235). Sum of RGB (Red+Green+Blue) = 180+207+235=622 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.94% from 622); Green value is 207 (81.25% from 255 or 33.28% from 622); Blue value is 235 (92.19% from 255 or 37.78% from 622); Max value from RGB is 235 - color contains mainly: blue. Hex color #B4CFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4CFEB is #4B3014. Grayscale: #C9C9C9. Windows color (decimal): -4927509 or 15454132. OLE color: 15454132.

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

Color convert

RGB180207235-
CMYK0.230.1200.08
HSL210.55º57.89%81.37%-
HSV(B)210.55º23.4%92.16%-
XYZ56.1360.3387.28-
YUV202.12146.55112.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.94%
GREEN value IS 207 (81.25% from 255) = 33.28%
BLUE value IS 235 (92.19% from 255) = 37.78%
R=28.94%
G=33.28%
B=37.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1802072350.230.1200.08210.5557.8981.37
HexB4CFEB17C08d33a51
Octal264317353271401032372121
Binary10110100110011111110101110111110001000110100111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CFEB; }

 p { color: rgb(180,207,235); }

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

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

 a { background-color: rgb(180,207,235); }

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

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

 span { border-color: rgb(180,207,235); }

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