#B3CFDE

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

Shades of Light Blue #B3CFDE

Tints of Light Blue #B3CFDE

Color information

#B3CFDE (or 0xB3CFDE) is unknown color: approx Light Blue. HEX triplet: B3, CF and DE. RGB value is (179,207,222). Sum of RGB (Red+Green+Blue) = 179+207+222=608 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.44% from 608); Green value is 207 (81.25% from 255 or 34.05% from 608); Blue value is 222 (87.11% from 255 or 36.51% from 608); Max value from RGB is 222 - color contains mainly: blue. Hex color #B3CFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CFDE is #4C3021. Grayscale: #C8C8C8. Windows color (decimal): -4993058 or 14602163. OLE color: 14602163.

HSL color Cylindrical-coordinate representation of color #B3CFDE: hue angle of 200.93º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B3CFDE is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB179207222-
CMYK0.190.0700.13
HSL200.93º39.45%78.63%-
HSV(B)200.93º19.37%87.06%-
XYZ54.0959.4877.74-
YUV200.34140.22112.78-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.44%
GREEN value IS 207 (81.25% from 255) = 34.05%
BLUE value IS 222 (87.11% from 255) = 36.51%
R=29.44%
G=34.05%
B=36.51%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1792072220.190.0700.13200.9339.4578.63
HexB3CFDE1370Dc9274f
Octal26331733623701531147117
Binary1011001111001111110111101001111101101110010011001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CFDE; }

 p { color: rgb(179,207,222); }

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

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

 a { background-color: rgb(179,207,222); }

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

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

 span { border-color: rgb(179,207,222); }

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