#B4E7FE

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

Shades of Onahau #B4E7FE

Tints of Onahau #B4E7FE

Color information

#B4E7FE (or 0xB4E7FE) is unknown color: approx Onahau. HEX triplet: B4, E7 and FE. RGB value is (180,231,254). Sum of RGB (Red+Green+Blue) = 180+231+254=665 (88% of max value = 765). Red value is 180 (70.70% from 255 or 27.07% from 665); Green value is 231 (90.62% from 255 or 34.74% from 665); Blue value is 254 (99.61% from 255 or 38.20% from 665); Max value from RGB is 254 - color contains mainly: blue. Hex color #B4E7FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4E7FE is #4B1801. Grayscale: #DADADA. Windows color (decimal): -4921346 or 16705460. OLE color: 16705460.

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

Color convert

RGB180231254-
CMYK0.290.0900.00
HSL198.65º97.37%85.1%-
HSV(B)198.65º29.13%99.61%-
XYZ65.2974.01104.61-
YUV218.37148.1100.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.07%
GREEN value IS 231 (90.62% from 255) = 34.74%
BLUE value IS 254 (99.61% from 255) = 38.20%
R=27.07%
G=34.74%
B=38.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1802312540.290.0900.00198.6597.3785.1
HexB4E7FE1D900c76155
Octal264347376351100307141125
Binary101101001110011111111110111011001001100011111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E7FE; }

 p { color: rgb(180,231,254); }

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

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

 a { background-color: rgb(180,231,254); }

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

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

 span { border-color: rgb(180,231,254); }

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