#BEEFFF

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

Shades of Onahau #BEEFFF

Tints of Onahau #BEEFFF

Color information

#BEEFFF (or 0xBEEFFF) is unknown color: approx Onahau. HEX triplet: BE, EF and FF. RGB value is (190,239,255). Sum of RGB (Red+Green+Blue) = 190+239+255=684 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.78% from 684); Green value is 239 (93.75% from 255 or 34.94% from 684); Blue value is 255 (100% from 255 or 37.28% from 684); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEEFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEFFF is #411000. Grayscale: #E2E2E2. Windows color (decimal): -4263937 or 16773054. OLE color: 16773054.

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

Color convert

RGB190239255-
CMYK0.250.0600
HSL194.77º100%87.25%-
HSV(B)194.77º25.49%100%-
XYZ70.1579.9106.33-
YUV226.17144.27102.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.78%
GREEN value IS 239 (93.75% from 255) = 34.94%
BLUE value IS 255 (100% from 255) = 37.28%
R=27.78%
G=34.94%
B=37.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1902392550.250.0600194.7710087.25
HexBEEFFF19600c36457
Octal27635737731600303144127
Binary10111110111011111111111111001110001100001111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEFFF; }

 p { color: rgb(190,239,255); }

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

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

 a { background-color: rgb(190,239,255); }

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

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

 span { border-color: rgb(190,239,255); }

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