#B6CFF3

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

Shades of Tropical Blue #B6CFF3

Tints of Tropical Blue #B6CFF3

Color information

#B6CFF3 (or 0xB6CFF3) is unknown color: approx Tropical Blue. HEX triplet: B6, CF and F3. RGB value is (182,207,243). Sum of RGB (Red+Green+Blue) = 182+207+243=632 (83% of max value = 765). Red value is 182 (71.48% from 255 or 28.80% from 632); Green value is 207 (81.25% from 255 or 32.75% from 632); Blue value is 243 (95.31% from 255 or 38.45% from 632); Max value from RGB is 243 - color contains mainly: blue. Hex color #B6CFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6CFF3 is #49300C. Grayscale: #CBCBCB. Windows color (decimal): -4796429 or 15978422. OLE color: 15978422.

HSL color Cylindrical-coordinate representation of color #B6CFF3: hue angle of 215.41º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B6CFF3 is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB182207243-
CMYK0.250.1500.05
HSL215.41º71.76%83.33%-
HSV(B)215.41º25.1%95.29%-
XYZ57.7861.0493.53-
YUV203.63150.22112.57-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.80%
GREEN value IS 207 (81.25% from 255) = 32.75%
BLUE value IS 243 (95.31% from 255) = 38.45%
R=28.80%
G=32.75%
B=38.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1822072430.250.1500.05215.4171.7683.33
HexB6CFF319F05d74853
Octal266317363311705327110123
Binary10110110110011111111001111001111101011101011110010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CFF3; }

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

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

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

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

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

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

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

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