#B7CDEE

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

Shades of Tropical Blue #B7CDEE

Tints of Tropical Blue #B7CDEE

Color information

#B7CDEE (or 0xB7CDEE) is unknown color: approx Tropical Blue. HEX triplet: B7, CD and EE. RGB value is (183,205,238). Sum of RGB (Red+Green+Blue) = 183+205+238=626 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.23% from 626); Green value is 205 (80.47% from 255 or 32.75% from 626); Blue value is 238 (93.36% from 255 or 38.02% from 626); Max value from RGB is 238 - color contains mainly: blue. Hex color #B7CDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7CDEE is #483211. Grayscale: #CACACA. Windows color (decimal): -4731410 or 15650231. OLE color: 15650231.

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

Color convert

RGB183205238-
CMYK0.230.1400.07
HSL216º61.8%82.55%-
HSV(B)216º23.11%93.33%-
XYZ56.7959.989.46-
YUV202.18148.21114.32-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.23%
GREEN value IS 205 (80.47% from 255) = 32.75%
BLUE value IS 238 (93.36% from 255) = 38.02%
R=29.23%
G=32.75%
B=38.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1832052380.230.1400.0721661.882.55
HexB7CDEE17E07d83e53
Octal26731535627160733076123
Binary1011011111001101111011101011111100111110110001111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CDEE; }

 p { color: rgb(183,205,238); }

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

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

 a { background-color: rgb(183,205,238); }

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

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

 span { border-color: rgb(183,205,238); }

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