#BAEFFF

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

Shades of Onahau #BAEFFF

Tints of Onahau #BAEFFF

Color information

#BAEFFF (or 0xBAEFFF) is unknown color: approx Onahau. HEX triplet: BA, EF and FF. RGB value is (186,239,255). Sum of RGB (Red+Green+Blue) = 186+239+255=680 (90% of max value = 765). Red value is 186 (73.05% from 255 or 27.35% from 680); Green value is 239 (93.75% from 255 or 35.15% from 680); Blue value is 255 (100% from 255 or 37.5% from 680); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAEFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEFFF is #451000. Grayscale: #E0E0E0. Windows color (decimal): -4526081 or 16773050. OLE color: 16773050.

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

Color convert

RGB186239255-
CMYK0.270.0600
HSL193.91º100%86.47%-
HSV(B)193.91º27.06%100%-
XYZ69.1779.39106.29-
YUV224.98144.94100.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.35%
GREEN value IS 239 (93.75% from 255) = 35.15%
BLUE value IS 255 (100% from 255) = 37.5%
R=27.35%
G=35.15%
B=37.5%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1862392550.270.0600193.9110086.47
HexBAEFFF1B600c26456
Octal27235737733600302144126
Binary10111010111011111111111111011110001100001011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEFFF; }

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

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

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

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

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

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

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

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