#B8F2FF

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

Shades of Onahau #B8F2FF

Tints of Onahau #B8F2FF

Color information

#B8F2FF (or 0xB8F2FF) is unknown color: approx Onahau. HEX triplet: B8, F2 and FF. RGB value is (184,242,255). Sum of RGB (Red+Green+Blue) = 184+242+255=681 (90% of max value = 765). Red value is 184 (72.27% from 255 or 27.02% from 681); Green value is 242 (94.92% from 255 or 35.54% from 681); Blue value is 255 (100% from 255 or 37.44% from 681); Max value from RGB is 255 - color contains mainly: blue. Hex color #B8F2FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8F2FF is #470D00. Grayscale: #E2E2E2. Windows color (decimal): -4656385 or 16773816. OLE color: 16773816.

HSL color Cylindrical-coordinate representation of color #B8F2FF: hue angle of 190.99º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8F2FF is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB184242255-
CMYK0.280.0500
HSL190.99º100%86.08%-
HSV(B)190.99º27.84%100%-
XYZ69.5780.91106.56-
YUV226.14144.2897.94-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 27.02%
GREEN value IS 242 (94.92% from 255) = 35.54%
BLUE value IS 255 (100% from 255) = 37.44%
R=27.02%
G=35.54%
B=37.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1842422550.280.0500190.9910086.08
HexB8F2FF1C500bf6456
Octal27036237734500277144126
Binary10111000111100101111111111100101001011111111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F2FF; }

 p { color: rgb(184,242,255); }

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

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

 a { background-color: rgb(184,242,255); }

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

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

 span { border-color: rgb(184,242,255); }

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