#B8EFFC

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

Shades of Onahau #B8EFFC

Tints of Onahau #B8EFFC

Color information

#B8EFFC (or 0xB8EFFC) is unknown color: approx Onahau. HEX triplet: B8, EF and FC. RGB value is (184,239,252). Sum of RGB (Red+Green+Blue) = 184+239+252=675 (89% of max value = 765). Red value is 184 (72.27% from 255 or 27.26% from 675); Green value is 239 (93.75% from 255 or 35.41% from 675); Blue value is 252 (98.83% from 255 or 37.33% from 675); Max value from RGB is 252 - color contains mainly: blue. Hex color #B8EFFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8EFFC is #471003. Grayscale: #DFDFDF. Windows color (decimal): -4657156 or 16576440. OLE color: 16576440.

HSL color Cylindrical-coordinate representation of color #B8EFFC: hue angle of 191.47º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8EFFC is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB184239252-
CMYK0.270.0500.01
HSL191.47º91.89%85.49%-
HSV(B)191.47º26.98%98.82%-
XYZ68.278.95103.74-
YUV224.04143.7899.44-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 27.26%
GREEN value IS 239 (93.75% from 255) = 35.41%
BLUE value IS 252 (98.83% from 255) = 37.33%
R=27.26%
G=35.41%
B=37.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1842392520.270.0500.01191.4791.8985.49
HexB8EFFC1B501bf5c55
Octal27035737433501277134125
Binary10111000111011111111110011011101011011111110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8EFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8EFFC; }

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

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

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

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

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

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

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

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