#B6CFD8

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

Shades of Light Blue #B6CFD8

Tints of Light Blue #B6CFD8

Color information

#B6CFD8 (or 0xB6CFD8) is unknown color: approx Light Blue. HEX triplet: B6, CF and D8. RGB value is (182,207,216). Sum of RGB (Red+Green+Blue) = 182+207+216=605 (80% of max value = 765). Red value is 182 (71.48% from 255 or 30.08% from 605); Green value is 207 (81.25% from 255 or 34.21% from 605); Blue value is 216 (84.77% from 255 or 35.70% from 605); Max value from RGB is 216 - color contains mainly: blue. Hex color #B6CFD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CFD8 is #493027. Grayscale: #C8C8C8. Windows color (decimal): -4796456 or 14208950. OLE color: 14208950.

HSL color Cylindrical-coordinate representation of color #B6CFD8: hue angle of 195.88º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B6CFD8 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB182207216-
CMYK0.160.0400.15
HSL195.88º30.36%78.04%-
HSV(B)195.88º15.74%84.71%-
XYZ5459.5373.61-
YUV200.55136.72114.77-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.08%
GREEN value IS 207 (81.25% from 255) = 34.21%
BLUE value IS 216 (84.77% from 255) = 35.70%
R=30.08%
G=34.21%
B=35.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1822072160.160.0400.15195.8830.3678.04
HexB6CFD81040Fc41e4e
Octal26631733020401730436116
Binary101101101100111111011000100001000111111000100111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CFD8; }

 p { color: rgb(182,207,216); }

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

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

 a { background-color: rgb(182,207,216); }

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

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

 span { border-color: rgb(182,207,216); }

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