#BEEAF9

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

Shades of Onahau #BEEAF9

Tints of Onahau #BEEAF9

Color information

#BEEAF9 (or 0xBEEAF9) is unknown color: approx Onahau. HEX triplet: BE, EA and F9. RGB value is (190,234,249). Sum of RGB (Red+Green+Blue) = 190+234+249=673 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.23% from 673); Green value is 234 (91.80% from 255 or 34.77% from 673); Blue value is 249 (97.66% from 255 or 37.00% from 673); Max value from RGB is 249 - color contains mainly: blue. Hex color #BEEAF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEAF9 is #411506. Grayscale: #DEDEDE. Windows color (decimal): -4265223 or 16378558. OLE color: 16378558.

HSL color Cylindrical-coordinate representation of color #BEEAF9: hue angle of 195.25º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEEAF9 is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB190234249-
CMYK0.240.0600.02
HSL195.25º83.1%86.08%-
HSV(B)195.25º23.69%97.65%-
XYZ67.7676.63100.84-
YUV222.55142.92104.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.23%
GREEN value IS 234 (91.80% from 255) = 34.77%
BLUE value IS 249 (97.66% from 255) = 37.00%
R=28.23%
G=34.77%
B=37.00%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902342490.240.0600.02195.2583.186.08
HexBEEAF918602c35356
Octal27635237130602303123126
Binary101111101110101011111001110001100101100001110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEAF9; }

 p { color: rgb(190,234,249); }

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

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

 a { background-color: rgb(190,234,249); }

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

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

 span { border-color: rgb(190,234,249); }

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