#B8CDEE

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

Shades of Tropical Blue #B8CDEE

Tints of Tropical Blue #B8CDEE

Color information

#B8CDEE (or 0xB8CDEE) is unknown color: approx Tropical Blue. HEX triplet: B8, CD and EE. RGB value is (184,205,238). Sum of RGB (Red+Green+Blue) = 184+205+238=627 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.35% from 627); Green value is 205 (80.47% from 255 or 32.70% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 238 - color contains mainly: blue. Hex color #B8CDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8CDEE is #473211. Grayscale: #CACACA. Windows color (decimal): -4665874 or 15650232. OLE color: 15650232.

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

Color convert

RGB184205238-
CMYK0.230.1400.07
HSL216.67º61.36%82.75%-
HSV(B)216.67º22.69%93.33%-
XYZ57.0360.0389.47-
YUV202.48148.04114.82-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.35%
GREEN value IS 205 (80.47% from 255) = 32.70%
BLUE value IS 238 (93.36% from 255) = 37.96%
R=29.35%
G=32.70%
B=37.96%

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
Decimal1842052380.230.1400.07216.6761.3682.75
HexB8CDEE17E07d93d53
Octal27031535627160733175123
Binary1011100011001101111011101011111100111110110011111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CDEE; }

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

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

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

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

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

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

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

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