#B8CFDB

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

Shades of Light Blue #B8CFDB

Tints of Light Blue #B8CFDB

Color information

#B8CFDB (or 0xB8CFDB) is unknown color: approx Light Blue. HEX triplet: B8, CF and DB. RGB value is (184,207,219). Sum of RGB (Red+Green+Blue) = 184+207+219=610 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.16% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 219 - color contains mainly: blue. Hex color #B8CFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CFDB is #473024. Grayscale: #C9C9C9. Windows color (decimal): -4665381 or 14405560. OLE color: 14405560.

HSL color Cylindrical-coordinate representation of color #B8CFDB: hue angle of 200.57º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8CFDB is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB184207219-
CMYK0.160.0500.14
HSL200.57º32.71%79.02%-
HSV(B)200.57º15.98%85.88%-
XYZ54.8759.9375.69-
YUV201.49137.88115.52-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.16%
GREEN value IS 207 (81.25% from 255) = 33.93%
BLUE value IS 219 (85.94% from 255) = 35.90%
R=30.16%
G=33.93%
B=35.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1842072190.160.0500.14200.5732.7179.02
HexB8CFDB1050Ec9214f
Octal27031733320501631141117
Binary1011100011001111110110111000010101110110010011000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CFDB; }

 p { color: rgb(184,207,219); }

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

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

 a { background-color: rgb(184,207,219); }

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

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

 span { border-color: rgb(184,207,219); }

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