#B3E7FD

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

Shades of Onahau #B3E7FD

Tints of Onahau #B3E7FD

Color information

#B3E7FD (or 0xB3E7FD) is unknown color: approx Onahau. HEX triplet: B3, E7 and FD. RGB value is (179,231,253). Sum of RGB (Red+Green+Blue) = 179+231+253=663 (87% of max value = 765). Red value is 179 (70.31% from 255 or 27.00% from 663); Green value is 231 (90.62% from 255 or 34.84% from 663); Blue value is 253 (99.22% from 255 or 38.16% from 663); Max value from RGB is 253 - color contains mainly: blue. Hex color #B3E7FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3E7FD is #4C1802. Grayscale: #D9D9D9. Windows color (decimal): -4986883 or 16639923. OLE color: 16639923.

HSL color Cylindrical-coordinate representation of color #B3E7FD: hue angle of 197.84º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3E7FD is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB179231253-
CMYK0.290.0900.01
HSL197.84º94.87%84.71%-
HSV(B)197.84º29.25%99.22%-
XYZ64.973.83103.76-
YUV217.96147.77100.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.00%
GREEN value IS 231 (90.62% from 255) = 34.84%
BLUE value IS 253 (99.22% from 255) = 38.16%
R=27.00%
G=34.84%
B=38.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1792312530.290.0900.01197.8494.8784.71
HexB3E7FD1D901c65f55
Octal263347375351101306137125
Binary101100111110011111111101111011001011100011010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3E7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3E7FD; }

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

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

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

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

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

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

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

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