#B7CFDB

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

Shades of Light Blue #B7CFDB

Tints of Light Blue #B7CFDB

Color information

#B7CFDB (or 0xB7CFDB) is unknown color: approx Light Blue. HEX triplet: B7, CF and DB. RGB value is (183,207,219). Sum of RGB (Red+Green+Blue) = 183+207+219=609 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.05% from 609); Green value is 207 (81.25% from 255 or 33.99% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 219 - color contains mainly: blue. Hex color #B7CFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CFDB is #483024. Grayscale: #C9C9C9. Windows color (decimal): -4730917 or 14405559. OLE color: 14405559.

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

Color convert

RGB183207219-
CMYK0.160.0500.14
HSL200º33.33%78.82%-
HSV(B)200º16.44%85.88%-
XYZ54.6359.8175.68-
YUV201.19138.05115.02-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.05%
GREEN value IS 207 (81.25% from 255) = 33.99%
BLUE value IS 219 (85.94% from 255) = 35.96%
R=30.05%
G=33.99%
B=35.96%

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
Decimal1832072190.160.0500.1420033.3378.82
HexB7CFDB1050Ec8214f
Octal26731733320501631041117
Binary1011011111001111110110111000010101110110010001000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CFDB; }

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

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

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

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

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

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

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

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