#B8EDFF

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

Shades of Onahau #B8EDFF

Tints of Onahau #B8EDFF

Color information

#B8EDFF (or 0xB8EDFF) is unknown color: approx Onahau. HEX triplet: B8, ED and FF. RGB value is (184,237,255). Sum of RGB (Red+Green+Blue) = 184+237+255=676 (89% of max value = 765). Red value is 184 (72.27% from 255 or 27.22% from 676); Green value is 237 (92.97% from 255 or 35.06% from 676); Blue value is 255 (100% from 255 or 37.72% from 676); Max value from RGB is 255 - color contains mainly: blue. Hex color #B8EDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8EDFF is #471200. Grayscale: #DFDFDF. Windows color (decimal): -4657665 or 16772536. OLE color: 16772536.

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

Color convert

RGB184237255-
CMYK0.280.0700
HSL195.21º100%86.08%-
HSV(B)195.21º27.84%100%-
XYZ68.177.98106.07-
YUV223.2145.94100.04-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 27.22%
GREEN value IS 237 (92.97% from 255) = 35.06%
BLUE value IS 255 (100% from 255) = 37.72%
R=27.22%
G=35.06%
B=37.72%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1842372550.280.0700195.2110086.08
HexB8EDFF1C700c36456
Octal27035537734700303144126
Binary10111000111011011111111111100111001100001111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8EDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8EDFF; }

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

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

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

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

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

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

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

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