#B6CFD6

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

Shades of Light Blue #B6CFD6

Tints of Light Blue #B6CFD6

Color information

#B6CFD6 (or 0xB6CFD6) is unknown color: approx Light Blue. HEX triplet: B6, CF and D6. RGB value is (182,207,214). Sum of RGB (Red+Green+Blue) = 182+207+214=603 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.18% from 603); Green value is 207 (81.25% from 255 or 34.33% from 603); Blue value is 214 (83.98% from 255 or 35.49% from 603); Max value from RGB is 214 - color contains mainly: blue. Hex color #B6CFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CFD6 is #493029. Grayscale: #C8C8C8. Windows color (decimal): -4796458 or 14077878. OLE color: 14077878.

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

Color convert

RGB182207214-
CMYK0.150.0300.16
HSL193.12º28.07%77.65%-
HSV(B)193.12º14.95%83.92%-
XYZ53.7459.4372.26-
YUV200.32135.72114.93-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.18%
GREEN value IS 207 (81.25% from 255) = 34.33%
BLUE value IS 214 (83.98% from 255) = 35.49%
R=30.18%
G=34.33%
B=35.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1822072140.150.0300.16193.1228.0777.65
HexB6CFD6F3010c11c4e
Octal26631732617302030134116
Binary10110110110011111101011011111101000011000001111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CFD6; }

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

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

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

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

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

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

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

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