#B7CEED

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

Shades of Tropical Blue #B7CEED

Tints of Tropical Blue #B7CEED

Color information

#B7CEED (or 0xB7CEED) is unknown color: approx Tropical Blue. HEX triplet: B7, CE and ED. RGB value is (183,206,237). Sum of RGB (Red+Green+Blue) = 183+206+237=626 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.23% from 626); Green value is 206 (80.86% from 255 or 32.91% from 626); Blue value is 237 (92.97% from 255 or 37.86% from 626); Max value from RGB is 237 - color contains mainly: blue. Hex color #B7CEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7CEED is #483112. Grayscale: #CACACA. Windows color (decimal): -4731155 or 15584951. OLE color: 15584951.

HSL color Cylindrical-coordinate representation of color #B7CEED: hue angle of 214.44º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7CEED is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB183206237-
CMYK0.230.1300.07
HSL214.44º60%82.35%-
HSV(B)214.44º22.78%92.94%-
XYZ56.8960.3288.77-
YUV202.66147.38113.98-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.23%
GREEN value IS 206 (80.86% from 255) = 32.91%
BLUE value IS 237 (92.97% from 255) = 37.86%
R=29.23%
G=32.91%
B=37.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1832062370.230.1300.07214.446082.35
HexB7CEED17D07d63c52
Octal26731635527150732674122
Binary1011011111001110111011011011111010111110101101111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CEED; }

 p { color: rgb(183,206,237); }

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

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

 a { background-color: rgb(183,206,237); }

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

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

 span { border-color: rgb(183,206,237); }

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