#B3E7FB

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

Shades of Onahau #B3E7FB

Tints of Onahau #B3E7FB

Color information

#B3E7FB (or 0xB3E7FB) is unknown color: approx Onahau. HEX triplet: B3, E7 and FB. RGB value is (179,231,251). Sum of RGB (Red+Green+Blue) = 179+231+251=661 (87% of max value = 765). Red value is 179 (70.31% from 255 or 27.08% from 661); Green value is 231 (90.62% from 255 or 34.95% from 661); Blue value is 251 (98.44% from 255 or 37.97% from 661); Max value from RGB is 251 - color contains mainly: blue. Hex color #B3E7FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3E7FB is #4C1804. Grayscale: #D9D9D9. Windows color (decimal): -4986885 or 16508851. OLE color: 16508851.

HSL color Cylindrical-coordinate representation of color #B3E7FB: hue angle of 196.67º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3E7FB is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB179231251-
CMYK0.290.0800.02
HSL196.67º90%84.31%-
HSV(B)196.67º28.69%98.43%-
XYZ64.5873.7102.09-
YUV217.73146.77100.37-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.08%
GREEN value IS 231 (90.62% from 255) = 34.95%
BLUE value IS 251 (98.44% from 255) = 37.97%
R=27.08%
G=34.95%
B=37.97%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1792312510.290.0800.02196.679084.31
HexB3E7FB1D802c55a54
Octal263347373351002305132124
Binary1011001111100111111110111110110000101100010110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3E7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3E7FB; }

 p { color: rgb(179,231,251); }

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

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

 a { background-color: rgb(179,231,251); }

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

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

 span { border-color: rgb(179,231,251); }

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