#B8EFFF

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

Shades of Onahau #B8EFFF

Tints of Onahau #B8EFFF

Color information

#B8EFFF (or 0xB8EFFF) is unknown color: approx Onahau. HEX triplet: B8, EF and FF. RGB value is (184,239,255). Sum of RGB (Red+Green+Blue) = 184+239+255=678 (89% of max value = 765). Red value is 184 (72.27% from 255 or 27.14% from 678); Green value is 239 (93.75% from 255 or 35.25% from 678); Blue value is 255 (100% from 255 or 37.61% from 678); Max value from RGB is 255 - color contains mainly: blue. Hex color #B8EFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8EFFF is #471000. Grayscale: #E0E0E0. Windows color (decimal): -4657153 or 16773048. OLE color: 16773048.

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

Color convert

RGB184239255-
CMYK0.280.0600
HSL193.52º100%86.08%-
HSV(B)193.52º27.84%100%-
XYZ68.6879.14106.26-
YUV224.38145.2899.2-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 27.14%
GREEN value IS 239 (93.75% from 255) = 35.25%
BLUE value IS 255 (100% from 255) = 37.61%
R=27.14%
G=35.25%
B=37.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1842392550.280.0600193.5210086.08
HexB8EFFF1C600c26456
Octal27035737734600302144126
Binary10111000111011111111111111100110001100001011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8EFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8EFFF; }

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

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

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

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

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

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

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

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