#B3EAFF

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

Shades of Onahau #B3EAFF

Tints of Onahau #B3EAFF

Color information

#B3EAFF (or 0xB3EAFF) is unknown color: approx Onahau. HEX triplet: B3, EA and FF. RGB value is (179,234,255). Sum of RGB (Red+Green+Blue) = 179+234+255=668 (88% of max value = 765). Red value is 179 (70.31% from 255 or 26.80% from 668); Green value is 234 (91.80% from 255 or 35.03% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #B3EAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3EAFF is #4C1500. Grayscale: #DBDBDB. Windows color (decimal): -4986113 or 16771763. OLE color: 16771763.

HSL color Cylindrical-coordinate representation of color #B3EAFF: hue angle of 196.58º 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 #B3EAFF is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB179234255-
CMYK0.300.0800
HSL196.58º100%85.1%-
HSV(B)196.58º29.8%100%-
XYZ66.0675.65105.73-
YUV219.95147.7898.79-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 26.80%
GREEN value IS 234 (91.80% from 255) = 35.03%
BLUE value IS 255 (100% from 255) = 38.17%
R=26.80%
G=35.03%
B=38.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1792342550.300.0800196.5810085.1
HexB3EAFF1E800c56455
Octal263352377361000305144125
Binary101100111110101011111111111101000001100010111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EAFF; }

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

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

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

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

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

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

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

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