#B3EDFF

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

Shades of Onahau #B3EDFF

Tints of Onahau #B3EDFF

Color information

#B3EDFF (or 0xB3EDFF) is unknown color: approx Onahau. HEX triplet: B3, ED and FF. RGB value is (179,237,255). Sum of RGB (Red+Green+Blue) = 179+237+255=671 (88% of max value = 765). Red value is 179 (70.31% from 255 or 26.68% from 671); Green value is 237 (92.97% from 255 or 35.32% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #B3EDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3EDFF is #4C1200. Grayscale: #DDDDDD. Windows color (decimal): -4985345 or 16772531. OLE color: 16772531.

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

Color convert

RGB179237255-
CMYK0.300.0700
HSL194.21º100%85.1%-
HSV(B)194.21º29.8%100%-
XYZ66.9277.37106.01-
YUV221.71146.7897.54-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 26.68%
GREEN value IS 237 (92.97% from 255) = 35.32%
BLUE value IS 255 (100% from 255) = 38.00%
R=26.68%
G=35.32%
B=38.00%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1792372550.300.0700194.2110085.1
HexB3EDFF1E700c26455
Octal26335537736700302144125
Binary10110011111011011111111111110111001100001011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EDFF; }

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

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

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

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

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

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

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

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