#B6CAFE

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

Shades of Tropical Blue #B6CAFE

Tints of Tropical Blue #B6CAFE

Color information

#B6CAFE (or 0xB6CAFE) is unknown color: approx Tropical Blue. HEX triplet: B6, CA and FE. RGB value is (182,202,254). Sum of RGB (Red+Green+Blue) = 182+202+254=638 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.53% from 638); Green value is 202 (79.30% from 255 or 31.66% from 638); Blue value is 254 (99.61% from 255 or 39.81% from 638); Max value from RGB is 254 - color contains mainly: blue. Hex color #B6CAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6CAFE is #493501. Grayscale: #C9C9C9. Windows color (decimal): -4797698 or 16698038. OLE color: 16698038.

HSL color Cylindrical-coordinate representation of color #B6CAFE: hue angle of 223.33º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B6CAFE is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB182202254-
CMYK0.280.2000.00
HSL223.33º97.3%85.49%-
HSV(B)223.33º28.35%99.61%-
XYZ58.359.34102.15-
YUV201.95157.37113.77-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.53%
GREEN value IS 202 (79.30% from 255) = 31.66%
BLUE value IS 254 (99.61% from 255) = 39.81%
R=28.53%
G=31.66%
B=39.81%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1822022540.280.2000.00223.3397.385.49
HexB6CAFE1C1400df6155
Octal266312376342400337141125
Binary1011011011001010111111101110010100001101111111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CAFE; }

 p { color: rgb(182,202,254); }

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

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

 a { background-color: rgb(182,202,254); }

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

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

 span { border-color: rgb(182,202,254); }

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