#BEEEFD

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

Shades of Onahau #BEEEFD

Tints of Onahau #BEEEFD

Color information

#BEEEFD (or 0xBEEEFD) is unknown color: approx Onahau. HEX triplet: BE, EE and FD. RGB value is (190,238,253). Sum of RGB (Red+Green+Blue) = 190+238+253=681 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.90% from 681); Green value is 238 (93.36% from 255 or 34.95% from 681); Blue value is 253 (99.22% from 255 or 37.15% from 681); Max value from RGB is 253 - color contains mainly: blue. Hex color #BEEEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEEFD is #411102. Grayscale: #E1E1E1. Windows color (decimal): -4264195 or 16641726. OLE color: 16641726.

HSL color Cylindrical-coordinate representation of color #BEEEFD: hue angle of 194.29º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEEEFD is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB190238253-
CMYK0.250.0600.01
HSL194.29º94.03%86.86%-
HSV(B)194.29º24.9%99.22%-
XYZ69.5479.19104.55-
YUV225.36143.6102.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.90%
GREEN value IS 238 (93.36% from 255) = 34.95%
BLUE value IS 253 (99.22% from 255) = 37.15%
R=27.90%
G=34.95%
B=37.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902382530.250.0600.01194.2994.0386.86
HexBEEEFD19601c25e57
Octal27635637531601302136127
Binary10111110111011101111110111001110011100001010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEEFD; }

 p { color: rgb(190,238,253); }

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

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

 a { background-color: rgb(190,238,253); }

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

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

 span { border-color: rgb(190,238,253); }

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