#B9F1FE

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

Shades of Onahau #B9F1FE

Tints of Onahau #B9F1FE

Color information

#B9F1FE (or 0xB9F1FE) is unknown color: approx Onahau. HEX triplet: B9, F1 and FE. RGB value is (185,241,254). Sum of RGB (Red+Green+Blue) = 185+241+254=680 (90% of max value = 765). Red value is 185 (72.66% from 255 or 27.21% from 680); Green value is 241 (94.53% from 255 or 35.44% from 680); Blue value is 254 (99.61% from 255 or 37.35% from 680); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9F1FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9F1FE is #460E01. Grayscale: #E1E1E1. Windows color (decimal): -4591106 or 16708025. OLE color: 16708025.

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

Color convert

RGB185241254-
CMYK0.270.0500.00
HSL191.3º97.18%86.08%-
HSV(B)191.3º27.17%99.61%-
XYZ69.3580.38105.63-
YUV225.74143.9598.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.21%
GREEN value IS 241 (94.53% from 255) = 35.44%
BLUE value IS 254 (99.61% from 255) = 37.35%
R=27.21%
G=35.44%
B=37.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1852412540.270.0500.00191.397.1886.08
HexB9F1FE1B500bf6156
Octal27136137633500277141126
Binary10111001111100011111111011011101001011111111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F1FE; }

 p { color: rgb(185,241,254); }

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

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

 a { background-color: rgb(185,241,254); }

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

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

 span { border-color: rgb(185,241,254); }

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