#B5CFDC

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

Shades of Light Blue #B5CFDC

Tints of Light Blue #B5CFDC

Color information

#B5CFDC (or 0xB5CFDC) is unknown color: approx Light Blue. HEX triplet: B5, CF and DC. RGB value is (181,207,220). Sum of RGB (Red+Green+Blue) = 181+207+220=608 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.77% from 608); Green value is 207 (81.25% from 255 or 34.05% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 220 - color contains mainly: blue. Hex color #B5CFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CFDC is #4A3023. Grayscale: #C8C8C8. Windows color (decimal): -4861988 or 14471093. OLE color: 14471093.

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

Color convert

RGB181207220-
CMYK0.180.0600.14
HSL200º35.78%78.63%-
HSV(B)200º17.73%86.27%-
XYZ54.2959.6276.36-
YUV200.71138.89113.94-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.77%
GREEN value IS 207 (81.25% from 255) = 34.05%
BLUE value IS 220 (86.33% from 255) = 36.18%
R=29.77%
G=34.05%
B=36.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1812072200.180.0600.1420035.7878.63
HexB5CFDC1260Ec8244f
Octal26531733422601631044117
Binary1011010111001111110111001001011001110110010001001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CFDC; }

 p { color: rgb(181,207,220); }

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

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

 a { background-color: rgb(181,207,220); }

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

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

 span { border-color: rgb(181,207,220); }

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