#B9F1FD

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

Shades of Onahau #B9F1FD

Tints of Onahau #B9F1FD

Color information

#B9F1FD (or 0xB9F1FD) is unknown color: approx Onahau. HEX triplet: B9, F1 and FD. RGB value is (185,241,253). Sum of RGB (Red+Green+Blue) = 185+241+253=679 (89% of max value = 765). Red value is 185 (72.66% from 255 or 27.25% from 679); Green value is 241 (94.53% from 255 or 35.49% from 679); Blue value is 253 (99.22% from 255 or 37.26% from 679); Max value from RGB is 253 - color contains mainly: blue. Hex color #B9F1FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9F1FD is #460E02. Grayscale: #E1E1E1. Windows color (decimal): -4591107 or 16642489. OLE color: 16642489.

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

Color convert

RGB185241253-
CMYK0.270.0500.01
HSL190.59º94.44%85.88%-
HSV(B)190.59º26.88%99.22%-
XYZ69.1980.32104.78-
YUV225.62143.4599.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.25%
GREEN value IS 241 (94.53% from 255) = 35.49%
BLUE value IS 253 (99.22% from 255) = 37.26%
R=27.25%
G=35.49%
B=37.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1852412530.270.0500.01190.5994.4485.88
HexB9F1FD1B501bf5e56
Octal27136137533501277136126
Binary10111001111100011111110111011101011011111110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F1FD; }

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

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

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

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

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

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

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

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