#B7E6FC

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

Shades of Onahau #B7E6FC

Tints of Onahau #B7E6FC

Color information

#B7E6FC (or 0xB7E6FC) is unknown color: approx Onahau. HEX triplet: B7, E6 and FC. RGB value is (183,230,252). Sum of RGB (Red+Green+Blue) = 183+230+252=665 (88% of max value = 765). Red value is 183 (71.88% from 255 or 27.52% from 665); Green value is 230 (90.23% from 255 or 34.59% from 665); Blue value is 252 (98.83% from 255 or 37.89% from 665); Max value from RGB is 252 - color contains mainly: blue. Hex color #B7E6FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7E6FC is #481903. Grayscale: #DADADA. Windows color (decimal): -4724996 or 16574135. OLE color: 16574135.

HSL color Cylindrical-coordinate representation of color #B7E6FC: hue angle of 199.13º 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 #B7E6FC is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB183230252-
CMYK0.270.0900.01
HSL199.13º92%85.29%-
HSV(B)199.13º27.38%98.82%-
XYZ65.473.69102.87-
YUV218.46146.93102.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 27.52%
GREEN value IS 230 (90.23% from 255) = 34.59%
BLUE value IS 252 (98.83% from 255) = 37.89%
R=27.52%
G=34.59%
B=37.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1832302520.270.0900.01199.139285.29
HexB7E6FC1B901c75c55
Octal267346374331101307134125
Binary101101111110011011111100110111001011100011110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7E6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7E6FC; }

 p { color: rgb(183,230,252); }

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

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

 a { background-color: rgb(183,230,252); }

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

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

 span { border-color: rgb(183,230,252); }

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