#B5CFEB

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

Shades of Tropical Blue #B5CFEB

Tints of Tropical Blue #B5CFEB

Color information

#B5CFEB (or 0xB5CFEB) is unknown color: approx Tropical Blue. HEX triplet: B5, CF and EB. RGB value is (181,207,235). Sum of RGB (Red+Green+Blue) = 181+207+235=623 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.05% from 623); Green value is 207 (81.25% from 255 or 33.23% from 623); Blue value is 235 (92.19% from 255 or 37.72% from 623); Max value from RGB is 235 - color contains mainly: blue. Hex color #B5CFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5CFEB is #4A3014. Grayscale: #CACACA. Windows color (decimal): -4861973 or 15454133. OLE color: 15454133.

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

Color convert

RGB181207235-
CMYK0.230.1200.08
HSL211.11º57.45%81.57%-
HSV(B)211.11º22.98%92.16%-
XYZ56.3660.4587.29-
YUV202.42146.39112.72-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.05%
GREEN value IS 207 (81.25% from 255) = 33.23%
BLUE value IS 235 (92.19% from 255) = 37.72%
R=29.05%
G=33.23%
B=37.72%

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
Decimal1812072350.230.1200.08211.1157.4581.57
HexB5CFEB17C08d33952
Octal265317353271401032371122
Binary10110101110011111110101110111110001000110100111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CFEB; }

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

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

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

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

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

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

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

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