#B7E4FD

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

Shades of Onahau #B7E4FD

Tints of Onahau #B7E4FD

Color information

#B7E4FD (or 0xB7E4FD) is unknown color: approx Onahau. HEX triplet: B7, E4 and FD. RGB value is (183,228,253). Sum of RGB (Red+Green+Blue) = 183+228+253=664 (87% of max value = 765). Red value is 183 (71.88% from 255 or 27.56% from 664); Green value is 228 (89.45% from 255 or 34.34% from 664); Blue value is 253 (99.22% from 255 or 38.10% from 664); Max value from RGB is 253 - color contains mainly: blue. Hex color #B7E4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7E4FD is #481B02. Grayscale: #D9D9D9. Windows color (decimal): -4725507 or 16639159. OLE color: 16639159.

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

Color convert

RGB183228253-
CMYK0.280.1000.01
HSL201.43º94.59%85.49%-
HSV(B)201.43º27.67%99.22%-
XYZ6572.65103.52-
YUV217.4148.09103.47-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 27.56%
GREEN value IS 228 (89.45% from 255) = 34.34%
BLUE value IS 253 (99.22% from 255) = 38.10%
R=27.56%
G=34.34%
B=38.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1832282530.280.1000.01201.4394.5985.49
HexB7E4FD1CA01c95f55
Octal267344375341201311137125
Binary101101111110010011111101111001010011100100110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7E4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7E4FD; }

 p { color: rgb(183,228,253); }

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

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

 a { background-color: rgb(183,228,253); }

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

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

 span { border-color: rgb(183,228,253); }

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