#B9EDFF

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

Shades of Onahau #B9EDFF

Tints of Onahau #B9EDFF

Color information

#B9EDFF (or 0xB9EDFF) is unknown color: approx Onahau. HEX triplet: B9, ED and FF. RGB value is (185,237,255). Sum of RGB (Red+Green+Blue) = 185+237+255=677 (89% of max value = 765). Red value is 185 (72.66% from 255 or 27.33% from 677); Green value is 237 (92.97% from 255 or 35.01% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9EDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9EDFF is #461200. Grayscale: #DFDFDF. Windows color (decimal): -4592129 or 16772537. OLE color: 16772537.

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

Color convert

RGB185237255-
CMYK0.270.0700
HSL195.43º100%86.27%-
HSV(B)195.43º27.45%100%-
XYZ68.3478.1106.08-
YUV223.5145.77100.54-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.33%
GREEN value IS 237 (92.97% from 255) = 35.01%
BLUE value IS 255 (100% from 255) = 37.67%
R=27.33%
G=35.01%
B=37.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1852372550.270.0700195.4310086.27
HexB9EDFF1B700c36456
Octal27135537733700303144126
Binary10111001111011011111111111011111001100001111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EDFF; }

 p { color: rgb(185,237,255); }

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

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

 a { background-color: rgb(185,237,255); }

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

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

 span { border-color: rgb(185,237,255); }

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