#B8CAED

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

Shades of Tropical Blue #B8CAED

Tints of Tropical Blue #B8CAED

Color information

#B8CAED (or 0xB8CAED) is unknown color: approx Tropical Blue. HEX triplet: B8, CA and ED. RGB value is (184,202,237). Sum of RGB (Red+Green+Blue) = 184+202+237=623 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.53% from 623); Green value is 202 (79.30% from 255 or 32.42% from 623); Blue value is 237 (92.97% from 255 or 38.04% from 623); Max value from RGB is 237 - color contains mainly: blue. Hex color #B8CAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8CAED is #473512. Grayscale: #C8C8C8. Windows color (decimal): -4666643 or 15583928. OLE color: 15583928.

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

Color convert

RGB184202237-
CMYK0.220.1500.07
HSL219.62º59.55%82.55%-
HSV(B)219.62º22.36%92.94%-
XYZ56.1758.5588.46-
YUV200.61148.54116.15-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.53%
GREEN value IS 202 (79.30% from 255) = 32.42%
BLUE value IS 237 (92.97% from 255) = 38.04%
R=29.53%
G=32.42%
B=38.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1842022370.220.1500.07219.6259.5582.55
HexB8CAED16F07dc3c53
Octal27031235526170733474123
Binary1011100011001010111011011011011110111110111001111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CAED; }

 p { color: rgb(184,202,237); }

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

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

 a { background-color: rgb(184,202,237); }

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

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

 span { border-color: rgb(184,202,237); }

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