#B6CFEA

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

Shades of Tropical Blue #B6CFEA

Tints of Tropical Blue #B6CFEA

Color information

#B6CFEA (or 0xB6CFEA) is unknown color: approx Tropical Blue. HEX triplet: B6, CF and EA. RGB value is (182,207,234). Sum of RGB (Red+Green+Blue) = 182+207+234=623 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.21% from 623); Green value is 207 (81.25% from 255 or 33.23% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 234 - color contains mainly: blue. Hex color #B6CFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6CFEA is #493015. Grayscale: #CACACA. Windows color (decimal): -4796438 or 15388598. OLE color: 15388598.

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

Color convert

RGB182207234-
CMYK0.220.1200.08
HSL211.15º55.32%81.57%-
HSV(B)211.15º22.22%91.76%-
XYZ56.4660.5186.55-
YUV202.6145.72113.3-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.21%
GREEN value IS 207 (81.25% from 255) = 33.23%
BLUE value IS 234 (91.80% from 255) = 37.56%
R=29.21%
G=33.23%
B=37.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1822072340.220.1200.08211.1555.3281.57
HexB6CFEA16C08d33752
Octal266317352261401032367122
Binary10110110110011111110101010110110001000110100111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CFEA; }

 p { color: rgb(182,207,234); }

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

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

 a { background-color: rgb(182,207,234); }

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

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

 span { border-color: rgb(182,207,234); }

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