#B8CAEE

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

Shades of Tropical Blue #B8CAEE

Tints of Tropical Blue #B8CAEE

Color information

#B8CAEE (or 0xB8CAEE) is unknown color: approx Tropical Blue. HEX triplet: B8, CA and EE. RGB value is (184,202,238). Sum of RGB (Red+Green+Blue) = 184+202+238=624 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.49% from 624); Green value is 202 (79.30% from 255 or 32.37% from 624); Blue value is 238 (93.36% from 255 or 38.14% from 624); Max value from RGB is 238 - color contains mainly: blue. Hex color #B8CAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8CAEE is #473511. Grayscale: #C8C8C8. Windows color (decimal): -4666642 or 15649464. OLE color: 15649464.

HSL color Cylindrical-coordinate representation of color #B8CAEE: hue angle of 220º degrees, saturation: 0.61, 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 #B8CAEE is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB184202238-
CMYK0.230.1500.07
HSL220º61.36%82.75%-
HSV(B)220º22.69%93.33%-
XYZ56.3258.689.23-
YUV200.72149.04116.07-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.49%
GREEN value IS 202 (79.30% from 255) = 32.37%
BLUE value IS 238 (93.36% from 255) = 38.14%
R=29.49%
G=32.37%
B=38.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1842022380.230.1500.0722061.3682.75
HexB8CAEE17F07dc3d53
Octal27031235627170733475123
Binary1011100011001010111011101011111110111110111001111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CAEE; }

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

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

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

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

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

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

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

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