#B7EDFD

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

Shades of Onahau #B7EDFD

Tints of Onahau #B7EDFD

Color information

#B7EDFD (or 0xB7EDFD) is unknown color: approx Onahau. HEX triplet: B7, ED and FD. RGB value is (183,237,253). Sum of RGB (Red+Green+Blue) = 183+237+253=673 (89% of max value = 765). Red value is 183 (71.88% from 255 or 27.19% from 673); Green value is 237 (92.97% from 255 or 35.22% from 673); Blue value is 253 (99.22% from 255 or 37.59% from 673); Max value from RGB is 253 - color contains mainly: blue. Hex color #B7EDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7EDFD is #481202. Grayscale: #DEDEDE. Windows color (decimal): -4723203 or 16641463. OLE color: 16641463.

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

Color convert

RGB183237253-
CMYK0.280.0600.01
HSL193.71º94.59%85.49%-
HSV(B)193.71º27.67%99.22%-
XYZ67.5477.73104.37-
YUV222.68145.1199.7-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 27.19%
GREEN value IS 237 (92.97% from 255) = 35.22%
BLUE value IS 253 (99.22% from 255) = 37.59%
R=27.19%
G=35.22%
B=37.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1832372530.280.0600.01193.7194.5985.49
HexB7EDFD1C601c25f55
Octal26735537534601302137125
Binary10110111111011011111110111100110011100001010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7EDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7EDFD; }

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

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

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

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

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

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

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

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